Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_pptp_pxy.c20 int pptps_state; member
436 pptps->pptps_state = PPTP_MTCTL_STARTREQ; in ipf_p_pptp_mctl()
439 if (pptpo->pptps_state == PPTP_MTCTL_STARTREQ) in ipf_p_pptp_mctl()
440 pptps->pptps_state = PPTP_MTCTL_STARTREP; in ipf_p_pptp_mctl()
443 pptps->pptps_state = PPTP_MTCTL_STOPREQ; in ipf_p_pptp_mctl()
446 if (pptpo->pptps_state == PPTP_MTCTL_STOPREQ) in ipf_p_pptp_mctl()
447 pptps->pptps_state = PPTP_MTCTL_STOPREP; in ipf_p_pptp_mctl()
450 pptps->pptps_state = PPTP_MTCTL_ECHOREQ; in ipf_p_pptp_mctl()
453 if (pptpo->pptps_state == PPTP_MTCTL_ECHOREQ) in ipf_p_pptp_mctl()
454 pptps->pptps_state = PPTP_MTCTL_ECHOREP; in ipf_p_pptp_mctl()
[all …]