Searched refs:ip6_pullexthdr (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_input.c236 static struct mbuf *ip6_pullexthdr(struct mbuf *, size_t, int);
1614 ext = ip6_pullexthdr(m, sizeof(struct ip6_hdr),
1691 ext = ip6_pullexthdr(m, off, nxt);
1819 ip6_pullexthdr(m, off, nxt) function
1836 printf("ip6_pullexthdr: invalid nxt=%d\n", nxt);

Completed in 20 milliseconds