Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet6/
H A Dipsec6.h83 extern int ipsec6_tunnel_validate(struct mbuf *, int, u_int,
H A Dah_input.c777 if (ipsec6_tunnel_validate(m, (int)(off + stripsiz), nxt, sav, &ifamily)) { in ah6_input()
H A Desp_input.c1279 if (ipsec6_tunnel_validate(m, (int)(off + esplen + ivlen), nxt, sav, &ifamily)) { in esp6_input_extended()
H A Dipsec.c4745 ipsec6_tunnel_validate( in ipsec6_tunnel_validate() function