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

/freebsd-11-stable/sbin/ping6/
H A Dping6.c145 #define ICMP6ECHOLEN 8 /* icmp echo header len excluding time */ macro
147 #define ICMP6_NIQLEN (ICMP6ECHOLEN + 8)
150 #define ICMP6_NIRLEN (ICMP6ECHOLEN + 12)
153 #define MAXDATALEN MAXPACKETLEN - IP6LEN - ICMP6ECHOLEN
327 datap = &outpack[ICMP6ECHOLEN + ICMP6ECHOTMLEN];
734 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;
736 packlen = datalen + IP6LEN + ICMP6ECHOLEN + EXTRA;
741 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;
747 for (i = ICMP6ECHOLEN; i < packlen; ++i)
1256 l = ICMP6ECHOLEN
[all...]
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c329 #define ICMP6ECHOLEN 8 macro
651 minlen = ICMP6ECHOLEN;

Completed in 71 milliseconds