Home
last modified time | relevance | path

Searched refs:esp6_input (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.101.15/bsd/netinet6/
H A Desp6.h72 extern int esp6_input(struct mbuf **, int *, int);
H A Din6_proto.c285 .pr_input = esp6_input,
H A Dudp6_usrreq.c559 return esp6_input(mp, offp, IPPROTO_UDP); in udp6_input()
H A Desp_input.c914 esp6_input(struct mbuf **mp, int *offp, int proto) in esp6_input() function