Home
last modified time | relevance | path

Searched refs:ip6_pkt_has_ulp (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/bsd/netinet6/
H A Dip6_var.h540 extern boolean_t ip6_pkt_has_ulp(struct mbuf *m);
H A Dfrag6.c567 if (!ip6_pkt_has_ulp(m)) { in frag6_input()
H A Dip6_input.c2283 ip6_pkt_has_ulp(struct mbuf *m) in ip6_pkt_has_ulp() function