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

/freebsd-10.0-release/sbin/ping/
H A Dping.c159 int maxpayload; variable
521 maxpayload = IP_MAXPACKET - icmp_len;
522 if (datalen > maxpayload)
524 maxpayload);
1674 for (kk = 0; kk <= maxpayload - (TIMEVAL_LEN + ii); kk += ii)

Completed in 179 milliseconds