Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/pptp/
H A Dpptp_ctrl.c1034 pptp_ctrl_call_input(pptp_ctrl *_this, int mes_type, u_char *pkt, int lpkt) in pptp_ctrl_call_input() argument
1056 switch (mes_type) { in pptp_ctrl_call_input()
1087 if (call == NULL && mes_type == PPTP_CTRL_MES_CODE_CCR) { in pptp_ctrl_call_input()
1092 if (mes_type == PPTP_CTRL_MES_CODE_OCRQ) { in pptp_ctrl_call_input()
1095 pptp_call_input(call, mes_type, pkt0, lpkt0); in pptp_ctrl_call_input()
1116 pptp_call_input(call, mes_type, pkt0, lpkt0); in pptp_ctrl_call_input()
1131 pptp_ctrl_mes_type_string(mes_type), mes_type, call_id, reason); in pptp_ctrl_call_input()
H A Dpptp_call.c176 pptp_call_input(pptp_call *_this, int mes_type, u_char *pkt, int lpkt) in pptp_call_input() argument
184 switch (mes_type) { in pptp_call_input()
237 pptp_ctrl_mes_type_string(mes_type), mes_type); in pptp_call_input()
243 pptp_ctrl_mes_type_string(mes_type), mes_type, in pptp_call_input()
/openbsd/usr.sbin/npppd/l2tp/
H A Dl2tp_subr.c334 avp_mes_type_string(int mes_type) in avp_mes_type_string() argument
339 if (mes_type == l2tp_mes_type_names[i].label) in avp_mes_type_string()