Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_pptp_pxy.c187 if ((nat2 == NULL) || (pptp->pptp_state == NULL)) {
231 if (pptp->pptp_state != NULL) {
232 fr_queueback(&pptp->pptp_state->is_sti, ifs);
241 pptp->pptp_state = fr_addstate(&fi, &pptp->pptp_state,
543 if (pptp->pptp_state != NULL) {
544 pptp->pptp_state->is_die = ifs->ifs_fr_ticks + 1;
545 pptp->pptp_state->is_me = NULL;
546 fr_queuefront(&pptp->pptp_state->is_sti);
550 pptp->pptp_state = NULL;
H A Dip_proxy.h270 struct ipstate *pptp_state; member