Home
last modified time | relevance | path

Searched refs:ip6e_len (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip6.h115 u_int8_t ip6e_len; member
/f-stack/freebsd/netinet6/
H A Dip6_input.c1455 elen = (ip6e->ip6e_len + 2) << 2; in ip6_savecontrol()
1457 elen = (ip6e->ip6e_len + 1) << 3; in ip6_savecontrol()
1613 nlen = (ip6e.ip6e_len + 2) << 2; in ip6_get_prevhdr()
1616 nlen = (ip6e.ip6e_len + 1) << 3; in ip6_get_prevhdr()
1672 off += (ip6e.ip6e_len + 2) << 2; in ip6_nexthdr()
1683 off += (ip6e.ip6e_len + 1) << 3; in ip6_nexthdr()
H A Dip6_output.c169 ((eh)->ip6e_len + 1) << 3); \
2594 (((struct ip6_ext *)pktopt->field)->ip6e_len + 1) << 3)
2738 int hlen = (((struct ip6_ext *)src->type)->ip6e_len + 1) << 3;\
3367 (((struct ip6_ext *)(x)) ? (((struct ip6_ext *)(x))->ip6e_len + 1) << 3 : 0) in ip6_optlen()
H A Dicmp6.c954 eoff += (eh->ip6e_len + 2) << 2; in icmp6_notify_error()
956 eoff += (eh->ip6e_len + 1) << 3; in icmp6_notify_error()
/f-stack/freebsd/netgraph/
H A Dng_checksum.c450 hlen += (ip6e->ip6e_len + 1) << 3; in checksum_ipv6()
458 hlen += (ip6e->ip6e_len + 2) << 2; in checksum_ipv6()
/f-stack/freebsd/netipsec/
H A Dxform_ah.c460 noff = off + ((ip6e->ip6e_len + 1) << 3); in ah_massage_headers()
489 off += ((ip6e->ip6e_len + 1) << 3); in ah_massage_headers()
499 off += ((ip6e->ip6e_len + 1) << 3); in ah_massage_headers()
H A Dipsec.c548 off += (ip6e.ip6e_len + 2) << 2; in ipsec4_get_ulp()
/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.c863 hdr_off = (ip6e->ip6e_len + 1) << 3; in ng_netflow_rcvdata()
872 hdr_off = (ip6e->ip6e_len + 2) << 2; in ng_netflow_rcvdata()
/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c1237 off += (ext.ip6e_len + 2) * 4; in pf_normalize_ip6()
1239 off += (ext.ip6e_len + 1) * 8; in pf_normalize_ip6()
1247 optend = off + (ext.ip6e_len + 1) * 8; in pf_normalize_ip6()
H A Dpf.c4902 off2 += (opt6.ip6e_len + 2) * 4; in pf_test_state_icmp()
4904 off2 += (opt6.ip6e_len + 1) * 8; in pf_test_state_icmp()
6416 off += (opt6.ip6e_len + 2) * 4; in pf_test6()
6418 off += (opt6.ip6e_len + 1) * 8; in pf_test6()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c1634 hlen += (((struct ip6_ext *)ulp)->ip6e_len + 2) << 2; in ipfw_chk()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c649 shift = 8 + (hdr->ip6e_len << 3);