Searched refs:needipsectun (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dif_ipsec.c704 int needipsectun = 0; local
705 error = ipsec6_output_trans(&ipsec_state, nexthdrp, mprev, sp, flags, &needipsectun);
706 if (needipsectun) {
/xnu-2422.115.4/bsd/netinet6/
H A Dip6_output.c295 boolean_t needipsectun = FALSE; local
750 sp, flags, &needipsectun);
907 if (ip6obf.needipsec && needipsectun) {

Completed in 83 milliseconds