Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/ipf/netinet/ | |
ip_ipsec_pxy.c | 22 * IPSec proxy 47 * IPSec application proxy initialization. 61 MUTEX_INIT(&softi->ipsec_fr.fr_lock, "IPsec proxy rule lock"); 129 * Setup for a new IPSEC proxy. 140 ipsec_pxy_t *ipsec; local in function:ipf_p_ipsec_new 168 KMALLOC(ipsec, ipsec_pxy_t *); 169 if (ipsec == NULL) 174 KFREE(ipsec); 178 aps->aps_data = ipsec; 179 aps->aps_psiz = sizeof(*ipsec); 268 ipsec_pxy_t *ipsec; local in function:ipf_p_ipsec_inout 352 ipsec_pxy_t *ipsec; local in function:ipf_p_ipsec_match 394 ipsec_pxy_t *ipsec; local in function:ipf_p_ipsec_del [all...] |
/src/etc/defaults/ | |
rc.conf | 189 ipsec=NO # uses /etc/ipsec.conf key |