Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/pptp/
H A Dpptp_subr.c85 header->pptp_message_type = htons(PPTP_MES_TYPE_CTRL); in pptp_init_header()
H A Dpptp.h34 #define PPTP_MES_TYPE_CTRL 1 macro
H A Dpptp_ctrl.c932 if (hdr->pptp_message_type != PPTP_MES_TYPE_CTRL) { in pptp_ctrl_input()