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

/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_pptp_pxy.c30 struct ipstate *pptp_state; member in struct:pptp_pxy
210 if ((nat2 == NULL) || (pptp->pptp_state == NULL)) {
257 if (pptp->pptp_state != NULL) {
258 ipf_queueback(softc->ipf_ticks, &pptp->pptp_state->is_sti);
269 (void) ipf_state_add(softc, &fi, &pptp->pptp_state, 0);
570 if (pptp->pptp_state != NULL) {
571 ipf_state_setpending(softc, pptp->pptp_state);

Completed in 99 milliseconds