Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Din_proto.c385 .pr_input = encap4_input,
396 .pr_input = encap4_input,
418 .pr_input = encap4_input,
H A Dip_encap.h123 void encap4_input(struct mbuf *, int, int);
H A Dip_encap.c325 encap4_input(struct mbuf *m, int off, int proto) in encap4_input() function