Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dip6.h161 struct ip6_ext { struct
/xnu-12377.81.4/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()
3309 struct ip6_ext *ip6e; in ip6_getpcbopt()
3335 ip6e = (struct ip6_ext *)pktopt->ip6po_hbh; in ip6_getpcbopt()
3341 ip6e = (struct ip6_ext *)pktopt->ip6po_rthdr; in ip6_getpcbopt()
3347 ip6e = (struct ip6_ext *)pktopt->ip6po_dest1; in ip6_getpcbopt()
3353 ip6e = (struct ip6_ext *)pktopt->ip6po_dest2; in ip6_getpcbopt()
3456 (((struct ip6_ext *)src->f)->ip6e_len + 1) << 3; \
4374 (((struct ip6_ext *)(x)) ? \ in ip6_optlen()
4375 (((struct ip6_ext *)(x))->ip6e_len + 1) << 3 : 0) in ip6_optlen()
H A Dip6_input.c2061 struct ip6_ext *ip6e = NULL; in ip6_savecontrol()
2081 ip6e = (struct ip6_ext *)(mtod(m, caddr_t) + off); in ip6_savecontrol()
2214 struct ip6_ext *ip6e = NULL; in ip6_get_prevhdr()
2219 ip6e = (struct ip6_ext *)(mtod(m, caddr_t) + len); in ip6_get_prevhdr()
2249 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.c1008 struct ip6_ext *eh; in icmp6_notify_error()
1016 eoff + sizeof(struct ip6_ext), return -1); in icmp6_notify_error()
1017 eh = (struct ip6_ext *)(mtod(m, caddr_t) in icmp6_notify_error()
1020 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-12377.81.4/bsd/net/
H A Dpf_norm.c1862 offsetof(struct ip6_ext, ip6e_nxt), &off); in pf_refragment6()
1867 struct ip6_ext ext; in pf_refragment6()
2247 struct ip6_ext ext; in pf_normalize_ip6()
H A Dpf.c8119 struct ip6_ext opt6; in pf_test_state_icmp()
10482 struct ip6_ext opt6; in pf_test6()