Home
last modified time | relevance | path

Searched refs:ip6_ext (Results 1 – 8 of 8) sorted by relevance

/xnu-11417.121.6/bsd/netinet/
H A Dip6.h161 struct ip6_ext { struct
/xnu-11417.121.6/bsd/netinet6/
H A Dip6_output.c214 __unsafe_forge_bidi_indexable(t, s->f, (((struct ip6_ext *)s->f)->ip6e_len + 1) << 3)
565 struct ip6_ext *__single eh = (struct ip6_ext *)(hp); \ in ip6_output_list()
3297 struct ip6_ext *ip6e; in ip6_getpcbopt()
3323 ip6e = (struct ip6_ext *)pktopt->ip6po_hbh; in ip6_getpcbopt()
3329 ip6e = (struct ip6_ext *)pktopt->ip6po_rthdr; in ip6_getpcbopt()
3335 ip6e = (struct ip6_ext *)pktopt->ip6po_dest1; in ip6_getpcbopt()
3341 ip6e = (struct ip6_ext *)pktopt->ip6po_dest2; in ip6_getpcbopt()
3444 (((struct ip6_ext *)src->f)->ip6e_len + 1) << 3; \
4362 (((struct ip6_ext *)(x)) ? \ in ip6_optlen()
4363 (((struct ip6_ext *)(x))->ip6e_len + 1) << 3 : 0) in ip6_optlen()
H A Dip6_input.c2017 struct ip6_ext *ip6e = NULL; in ip6_savecontrol()
2037 ip6e = (struct ip6_ext *)(mtod(m, caddr_t) + off); in ip6_savecontrol()
2170 struct ip6_ext *ip6e = NULL; in ip6_get_prevhdr()
2175 ip6e = (struct ip6_ext *)(mtod(m, caddr_t) + len); in ip6_get_prevhdr()
2205 struct ip6_ext ip6e; in ip6_nexthdr()
H A Dah_core.c917 struct ip6_ext *ip6e; in ah6_calccksum()
940 ip6e = mtod(n, struct ip6_ext *); in ah6_calccksum()
H A Dicmp6.c1006 struct ip6_ext *eh; in icmp6_notify_error()
1014 eoff + sizeof(struct ip6_ext), return -1); in icmp6_notify_error()
1015 eh = (struct ip6_ext *)(mtod(m, caddr_t) in icmp6_notify_error()
1018 IP6_EXTHDR_GET(eh, struct ip6_ext *, m, in icmp6_notify_error()
H A Dipsec.c1205 struct ip6_ext ip6e; in ipsec4_get_ulp()
/xnu-11417.121.6/bsd/net/
H A Dpf_norm.c1859 offsetof(struct ip6_ext, ip6e_nxt), &off); in pf_refragment6()
1864 struct ip6_ext ext; in pf_refragment6()
2244 struct ip6_ext ext; in pf_normalize_ip6()
H A Dpf.c8116 struct ip6_ext opt6; in pf_test_state_icmp()
10461 struct ip6_ext opt6; in pf_test6()