Searched refs:ipsec4_tunnel_validate (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.41.9/bsd/netinet6/ |
| H A D | ipsec.h | 412 extern int ipsec4_tunnel_validate(struct mbuf *, int, u_int, struct secasvar *, sa_family_t *);
|
| H A D | ah_input.c | 363 if (ipsec4_tunnel_validate(m, (int)(off + stripsiz), nxt, sav, &ifamily)) { in ah4_input()
|
| H A D | esp_input.c | 567 if (ipsec4_tunnel_validate(m, (int)(off + esplen + ivlen), nxt, sav, &ifamily)) { in esp4_input_extended()
|
| H A D | ipsec.c | 4618 ipsec4_tunnel_validate( in ipsec4_tunnel_validate() function
|