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

/freebsd-9.3-release/sbin/ping6/
H A Dping6.c147 #define ICMP6ECHOLEN 8 /* icmp echo header len excluding time */ macro
149 #define ICMP6_NIQLEN (ICMP6ECHOLEN + 8)
152 #define ICMP6_NIRLEN (ICMP6ECHOLEN + 12)
155 #define MAXDATALEN MAXPACKETLEN - IP6LEN - ICMP6ECHOLEN
340 datap = &outpack[ICMP6ECHOLEN + ICMP6ECHOTMLEN];
721 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;
723 packlen = datalen + IP6LEN + ICMP6ECHOLEN + EXTRA;
728 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;
734 for (i = ICMP6ECHOLEN; i < packlen; ++i)
1285 l = ICMP6ECHOLEN
[all...]
/freebsd-9.3-release/usr.sbin/traceroute6/
H A Dtraceroute6.c337 #define ICMP6ECHOLEN 8 macro
652 minlen = ICMP6ECHOLEN + sizeof(struct tv32);
1068 bcopy(&tv32, ((u_int8_t *)outpacket + ICMP6ECHOLEN),

Completed in 48 milliseconds