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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dudpsrv.c91 #define UDP_DGRAM_SIZE 128 macro
92 #define UDP_AMOUNT_TO_WRITE (PRInt32)((UDP_DGRAM_SIZE * 1000l) +1)
161 PRInt32 numBytes = UDP_DGRAM_SIZE;
296 PRInt32 numBytes = UDP_DGRAM_SIZE;
367 if ( writeThisMany <= UDP_DGRAM_SIZE )
375 if ( writeThisMany > UDP_DGRAM_SIZE )
376 numBytes = UDP_DGRAM_SIZE;
H A Dsocket.c124 #define UDP_DGRAM_SIZE 128 macro
149 static PRInt32 udp_datagram_size = UDP_DGRAM_SIZE;

Completed in 811 milliseconds