Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/pptp/
H A Dpptp_subr.c120 NAME_VAL(PPTP_CTRL_MES_CODE_CCR),
H A Dpptp.h76 #define PPTP_CTRL_MES_CODE_CCR 12 macro
H A Dpptp_ctrl.c989 case PPTP_CTRL_MES_CODE_CCR: in pptp_ctrl_input()
1079 case PPTP_CTRL_MES_CODE_CCR: /* PNS => PAC */ in pptp_ctrl_call_input()
1087 if (call == NULL && mes_type == PPTP_CTRL_MES_CODE_CCR) { in pptp_ctrl_call_input()
H A Dpptp_call.c223 case PPTP_CTRL_MES_CODE_CCR: in pptp_call_input()