Home
last modified time | relevance | path

Searched refs:ip6d_len (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/netinet6/
Ddest6.c70 dstoptlen = (dstopts->ip6d_len + 1) << 3;
Dip6_output.c2317 CMSG_LEN((opt->ip6po_dest1->ip6d_len + 1) << 3));
2324 CMSG_LEN((opt->ip6po_dest2->ip6d_len + 1) << 3))
/mirbsd/src/sys/netinet/
Dip6.h145 u_int8_t ip6d_len; /* length in units of 8 octets */ member
/mirbsd/src/sbin/ping6/
Dping6.c2519 hlen = (((struct ip6_dest *)cp)->ip6d_len+1) << 3; in pr_retip()