HomeSort by: relevance | last modified time | path
    Searched defs:ipsec (Results 1 - 2 of 2) sorted by relevancy

  /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

Completed in 12 milliseconds