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

/freebsd-10.0-release/tools/regression/netipx/ipxdgramloopback/
H A Dipxdgramloopback.c45 #define PACKETLEN 128 macro
51 u_char packet[PACKETLEN];
90 for (i = 0; i < PACKETLEN; i++)
111 for (i = 0; i < PACKETLEN; i++) {
/freebsd-10.0-release/tools/regression/netipx/spxloopback/
H A Dspxloopback.c49 #define PACKETLEN 16 * (1024 * 1024) macro
56 for (i = 0; i < PACKETLEN; i++)
75 u_char packet[PACKETLEN];
82 while (totlen < PACKETLEN) {
83 len = send(sock, packet + totlen, PACKETLEN - totlen, 0);
101 u_char packet[PACKETLEN];
108 while (totlen < PACKETLEN) {

Completed in 209 milliseconds