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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipsec.h341 extern int ipsec4_tunnel_validate(struct mbuf *, int, u_int, struct secasvar *, sa_family_t *);
H A Dah_input.c390 if (ipsec4_tunnel_validate(m, off + stripsiz, nxt, sav, &ifamily)) {
H A Desp_input.c365 if (ipsec4_tunnel_validate(m, off + esplen + ivlen, nxt, sav, &ifamily)) {
H A Dipsec.c3623 ipsec4_tunnel_validate(m, off, nxt0, sav, ifamily) function
3642 panic("too short mbuf on ipsec4_tunnel_validate");
3782 * in ipsec4_tunnel_validate.

Completed in 19 milliseconds