Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dip_var.h284 #define IP_NOIPSEC 0x4 /* No IPsec processing */ macro
H A Dip_output.c416 if (ipsec_bypass == 0 && !(flags & IP_NOIPSEC)) { in ip_output_list()
489 if (ipsec_bypass == 0 && !(flags & IP_NOIPSEC)) { in ip_output_list()
1278 if (ipsec_bypass != 0 || (flags & IP_NOIPSEC)) { in ip_output_list()
1596 if (ipsec_bypass == 0 && !(flags & IP_NOIPSEC)) { in ip_output_list()
1744 if (ipsec_bypass == 0 && !(flags & IP_NOIPSEC)) { in ip_output_list()
/xnu-10063.101.15/bsd/netinet6/
H A Dipsec.c624 *flags |= IP_NOIPSEC; /* Avoid later IPsec check */ in ipsec4_getpolicybyinterface()
5258 error = ip_output(m, NULL, &ro, IP_OUTARGS | IP_NOIPSEC, NULL, &ipoa); in ipsec_send_natt_keepalive()
/xnu-10063.101.15/bsd/net/
H A Dif_ipsec.c4573 IP_NOIPSEC); /* To ensure the packet doesn't go through ipsec twice */ in ipsec_output()