Searched refs:ip6d_len (Results 1 – 4 of 4) sorted by relevance
70 dstoptlen = (dstopts->ip6d_len + 1) << 3;
2317 CMSG_LEN((opt->ip6po_dest1->ip6d_len + 1) << 3));2324 CMSG_LEN((opt->ip6po_dest2->ip6d_len + 1) << 3))
145 u_int8_t ip6d_len; /* length in units of 8 octets */ member
2519 hlen = (((struct ip6_dest *)cp)->ip6d_len+1) << 3; in pr_retip()