Searched refs:UDP_Client (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dudpsrv.c50 ** main() starts two threads: UDP_Server() and UDP_Client();
54 ** He detects an EOF condition set by UDP_Client(). For each
56 ** expected content, then sends the packet back to UDP_Client().
58 ** UDP_Client() sends packets to UDP_Server() using sendto()
272 ** UDP_Client() -- Test a UDP client application
288 static void PR_CALLBACK UDP_Client( void *arg ) function
301 DPRINTF("udpsrv: UDP_Client(): starting\n" );
310 "udpsrv: UDP_Client(): PR_NewUDPSocket() returned NULL\n" );
327 DPRINTF("udpsrv: UDP_Client(): Binding socket\n" );
335 "udpsrv: UDP_Client()
[all...]
H A Dsocket.c754 * UDP_Client
763 UDP_Client(void *arg) function
831 DPRINTF(("UDP_Client [0x%lx]: out_buf = 0x%lx bytes = 0x%lx\n",
846 DPRINTF(("UDP_Client [0x%lx]: out_buf = 0x%lx out_buf[0] = 0x%lx\n",
857 DPRINTF(("UDP_Client [0x%lx]: in_buf = 0x%lx in_buf[0] = 0x%lx\n",
882 DPRINTF(("UDP_Client [0x%x] exiting\n", PR_GetCurrentThread()));
1104 UDP_Client, (void *) cparamp,

Completed in 116 milliseconds