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

  /src/sys/external/bsd/ipf/netinet/
ip_pptp_pxy.c 6 * Simple PPTP transparent proxy for in-kernel use. For use with the NAT
21 * PPTP proxy
84 * PPTP application proxy initialization.
94 MUTEX_INIT(&pptpfr.fr_lock, "PPTP proxy rule lock");
110 * Setup for a new PPTP proxy.
118 pptp_pxy_t *pptp; local in function:ipf_p_pptp_new
138 KMALLOC(pptp, pptp_pxy_t *);
139 if (pptp == NULL) {
146 KFREE(pptp);
150 aps->aps_data = pptp;
512 pptp_pxy_t *pptp; local in function:ipf_p_pptp_inout
542 pptp_pxy_t *pptp; local in function:ipf_p_pptp_del
    [all...]
ip_pptp_pxy.c 6 * Simple PPTP transparent proxy for in-kernel use. For use with the NAT
21 * PPTP proxy
84 * PPTP application proxy initialization.
94 MUTEX_INIT(&pptpfr.fr_lock, "PPTP proxy rule lock");
110 * Setup for a new PPTP proxy.
118 pptp_pxy_t *pptp; local in function:ipf_p_pptp_new
138 KMALLOC(pptp, pptp_pxy_t *);
139 if (pptp == NULL) {
146 KFREE(pptp);
150 aps->aps_data = pptp;
512 pptp_pxy_t *pptp; local in function:ipf_p_pptp_inout
542 pptp_pxy_t *pptp; local in function:ipf_p_pptp_del
    [all...]

Completed in 22 milliseconds