HomeSort by: relevance | last modified time | path
    Searched defs:ip6_pullexthdr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet6/
ip6_input.c 148 static struct mbuf *ip6_pullexthdr(struct mbuf *, size_t, int);
1143 ext = ip6_pullexthdr(m, sizeof(struct ip6_hdr),
1203 ext = ip6_pullexthdr(m, off, nxt);
1313 ip6_pullexthdr(struct mbuf *m, size_t off, int nxt) function in typeref:struct:mbuf *

Completed in 12 milliseconds