Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet6/
H A Dipsec.h412 extern int ipsec4_tunnel_validate(struct mbuf *, int, u_int, struct secasvar *, sa_family_t *);
H A Dah_input.c363 if (ipsec4_tunnel_validate(m, (int)(off + stripsiz), nxt, sav, &ifamily)) { in ah4_input()
H A Desp_input.c567 if (ipsec4_tunnel_validate(m, (int)(off + esplen + ivlen), nxt, sav, &ifamily)) { in esp4_input_extended()
H A Dipsec.c4618 ipsec4_tunnel_validate( in ipsec4_tunnel_validate() function