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

  /src/sys/external/bsd/ipf/netinet/
ip_pptp_pxy.c 36 struct ipstate *pptp_state; member in struct:pptp_pxy
209 if ((nat2 == NULL) || (pptp->pptp_state == NULL)) {
256 if (pptp->pptp_state != NULL) {
257 ipf_queueback(softc->ipf_ticks, &pptp->pptp_state->is_sti);
268 (void) ipf_state_add(softc, &fi, &pptp->pptp_state, 0);
553 if (pptp->pptp_state != NULL) {
554 ipf_state_setpending(softc, pptp->pptp_state);

Completed in 32 milliseconds