HomeSort by: relevance | last modified time | path
    Searched refs:ip6d_len (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet6/
dest6.c 67 dstoptlen = (dstopts->ip6d_len + 1) << 3;
ip6_output.c 3098 destlen = (dest->ip6d_len + 1) << 3;
  /src/sys/netinet/
ip6.h 151 u_int8_t ip6d_len; /* length in units of 8 octets */ member in struct:ip6_dest
  /src/sbin/ping6/
ping6.c 2350 hlen = (((struct ip6_dest *)cp)->ip6d_len+1) << 3;

Completed in 33 milliseconds