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

/netbsd-6-1-5-RELEASE/sbin/ping6/
H A Dping6.c148 #define ICMP6ECHOLEN 8 /* icmp echo header len excluding time */ macro
150 #define ICMP6_NIQLEN (ICMP6ECHOLEN + 8)
152 #define ICMP6_NIRLEN (ICMP6ECHOLEN + 12)
155 #define MAXDATALEN MAXPACKETLEN - IP6LEN - ICMP6ECHOLEN
318 datap = &outpack[ICMP6ECHOLEN + ICMP6ECHOTMLEN];
688 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;
690 packlen = datalen + IP6LEN + ICMP6ECHOLEN + EXTRA;
695 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;
701 for (i = ICMP6ECHOLEN; i < packlen; ++i)
1182 l = ICMP6ECHOLEN
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/traceroute6/
H A Dtraceroute6.c342 #define ICMP6ECHOLEN 8 macro
576 minlen = ICMP6ECHOLEN + sizeof(struct tv32);
949 memcpy(((u_int8_t *)outpacket + ICMP6ECHOLEN), &tv32,

Completed in 157 milliseconds