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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_var.h234 #define IP_NOIPSEC 0x4 /* No IPSec processing */ macro
H A Dip_output.c442 if (ipsec_bypass == 0 && (flags & IP_NOIPSEC) == 0) {
457 if (ipsec_bypass == 0 && (flags & IP_NOIPSEC) == 0) {
1109 if (ipsec_bypass != 0 || (flags & IP_NOIPSEC) != 0)
1700 if (ipsec_bypass == 0 && (flags & IP_NOIPSEC) == 0)
1780 if (ipsec_bypass == 0 && (flags & IP_NOIPSEC) == 0)
1810 if (ipsec_bypass == 0 && (flags & IP_NOIPSEC) == 0) {
/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto_ipsec.c942 (IP_OUTARGS | IP_NOIPSEC), NULL, &ipoa))) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.c4467 error = ip_output(m, NULL, &ro, IP_OUTARGS | IP_NOIPSEC, NULL, &ipoa);

Completed in 78 milliseconds