Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/ !
H A Dip_encap.h81 void encap4_input(struct mbuf *, int);
H A Din_proto.c239 .pr_input = encap4_input,
250 .pr_input = encap4_input,
H A Dip_encap.c131 encap4_input(struct mbuf *m, int off) in encap4_input() function