Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dip_encap.h81 void encap4_input(struct mbuf *, int);
H A Din_proto.c240 .pr_input = encap4_input,
251 .pr_input = encap4_input,
H A Dip_encap.c130 encap4_input(struct mbuf *m, int off) in encap4_input() function