Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dip6.h161 struct ip6_ext { struct
/xnu-11215.1.10/bsd/netinet6/
H A Dip6_output.c212 __unsafe_forge_bidi_indexable(t, s->f, (((struct ip6_ext *)s->f)->ip6e_len + 1) << 3)
547 struct ip6_ext *__single eh = (struct ip6_ext *)(hp); \ in ip6_output_list()
3262 struct ip6_ext *ip6e; in ip6_getpcbopt()
3288 ip6e = (struct ip6_ext *)pktopt->ip6po_hbh; in ip6_getpcbopt()
3294 ip6e = (struct ip6_ext *)pktopt->ip6po_rthdr; in ip6_getpcbopt()
3300 ip6e = (struct ip6_ext *)pktopt->ip6po_dest1; in ip6_getpcbopt()
3306 ip6e = (struct ip6_ext *)pktopt->ip6po_dest2; in ip6_getpcbopt()
3409 (((struct ip6_ext *)src->f)->ip6e_len + 1) << 3; \
4327 (((struct ip6_ext *)(x)) ? \ in ip6_optlen()
4328 (((struct ip6_ext *)(x))->ip6e_len + 1) << 3 : 0) in ip6_optlen()
H A Dip6_input.c2016 struct ip6_ext *ip6e = NULL; in ip6_savecontrol()
2036 ip6e = (struct ip6_ext *)(mtod(m, caddr_t) + off); in ip6_savecontrol()
2169 struct ip6_ext *ip6e = NULL; in ip6_get_prevhdr()
2174 ip6e = (struct ip6_ext *)(mtod(m, caddr_t) + len); in ip6_get_prevhdr()
2204 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-11215.1.10/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()