VirtualBox

Changeset 26915 in vbox for trunk/include


Ignore:
Timestamp:
Mar 1, 2010 2:50:21 PM (15 years ago)
Author:
vboxsync
Message:

Runtime/tcp: new function to query the local address of a socket.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/tcp.h

    r26683 r26915  
    250250
    251251/**
     252 * Gets the address of the local side.
     253 *
     254 * @returns IPRT status code.
     255 * @param   Sock            Socket descriptor.
     256 * @param   pAddr           Where to store the local address on success.
     257 */
     258RTR3DECL(int) RTTcpGetLocalAddress(RTSOCKET Sock, PRTNETADDR pAddr);
     259
     260/**
    252261 * Gets the address of the other party.
    253262 *
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette