Searched refs:pptp_state (Results 1 – 2 of 2) sorted by relevance
187 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;
270 struct ipstate *pptp_state; member