Changeset 26588 in vbox for trunk/include/iprt/tcp.h
- Timestamp:
- Feb 16, 2010 5:02:59 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57776
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/tcp.h
r25724 r26588 34 34 #include <iprt/types.h> 35 35 #include <iprt/thread.h> 36 #include <iprt/net.h> 36 37 37 38 #ifdef IN_RING0 … … 224 225 #endif 225 226 227 /** 228 * Gets the address of the other party. 229 * 230 * @returns IPRT status code. 231 * @param Sock Socket descriptor. 232 * @param pAddr Where to store the peer address on success. 233 */ 234 RTR3DECL(int) RTTcpGetPeerAddress(RTSOCKET Sock, PRTNETADDR pAddr); 226 235 227 236 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.