Searched defs:sendto (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | sendto.c | 2 Implement the sendto API. 21 The sendto routine queues data to the network for transmission. 48 sendto ( function
|
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | sockets.h | 263 #define sendto(a,b,c,d,e,f) lwip_sendto(a,b,c,d,e,f) macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | sockets.h | 414 #define sendto(a,b,c,d,e,f) lwip_sendto(a,b,c,d,e,f) macro
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prio.h | 482 PRSendtoFN sendto; /* Send bytes to (net) address specified */ member in struct:PRIOMethods
|
Completed in 63 milliseconds