Searched defs:sendto (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dsendto.c2 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 Dsockets.h263 #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 Dsockets.h414 #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 Dprio.h482 PRSendtoFN sendto; /* Send bytes to (net) address specified */ member in struct:PRIOMethods

Completed in 63 milliseconds