HomeSort by: relevance | last modified time | path
    Searched defs:ICMP6ECHOLEN (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/traceroute6/
traceroute6.c 337 #define ICMP6ECHOLEN 8
523 minlen = ICMP6ECHOLEN + sizeof(struct tv32);
831 memcpy(((u_int8_t *)outpacket + ICMP6ECHOLEN), &tv32,
  /src/sbin/ping6/
ping6.c 150 #define ICMP6ECHOLEN 8 /* icmp echo header len excluding time */
152 #define ICMP6_NIQLEN (ICMP6ECHOLEN + 8)
154 #define ICMP6_NIRLEN (ICMP6ECHOLEN + 12)
157 #define MAXDATALEN MAXPACKETLEN - IP6LEN - ICMP6ECHOLEN
306 datap = &outpack[ICMP6ECHOLEN + ICMP6ECHOTMLEN];
669 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;
671 packlen = datalen + IP6LEN + ICMP6ECHOLEN + EXTRA;
676 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;
682 for (i = ICMP6ECHOLEN; i < packlen; ++i)
1077 l = ICMP6ECHOLEN + datalen
    [all...]

Completed in 12 milliseconds