Home
last modified time | relevance | path

Searched refs:MAXIPLEN (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/sbin/ping/
Dping.c96 #define MAXIPLEN 60 macro
98 #define MAXPAYLOAD (IP_MAXPACKET - MAXIPLEN - 8) /* max ICMP payload size */
359 packlen = datalen + MAXIPLEN + MAXICMPLEN; in main()