Searched refs:IP_NOIPSEC (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dip_var.h243 #define IP_NOIPSEC 0x4 /* No IPSec processing */ macro
H A Dip_output.c400 if (ipsec_bypass == 0 && !(flags & IP_NOIPSEC)) {
463 if (ipsec_bypass == 0 && !(flags & IP_NOIPSEC)) {
1206 if (ipsec_bypass != 0 || (flags & IP_NOIPSEC))
1746 if (ipsec_bypass == 0 && !(flags & IP_NOIPSEC))
1848 if (ipsec_bypass == 0 && !(flags & IP_NOIPSEC))
/xnu-2782.1.97/bsd/net/
H A Dif_ipsec.c685 IP_NOIPSEC; /* To ensure the packet doesn't go through ipsec twice */
H A Dif_utun_crypto_ipsec.c925 (IP_OUTARGS | IP_NOIPSEC), NULL, &ipoa))) {
/xnu-2782.1.97/bsd/netinet6/
H A Dipsec.c619 *flags |= IP_NOIPSEC; /* Avoid later IPSec check */
4627 error = ip_output(m, NULL, &ro, IP_OUTARGS | IP_NOIPSEC, NULL, &ipoa);

Completed in 39 milliseconds