Searched refs:PPTP_MSG_MAX (Results 1 – 2 of 2) sorted by relevance
53 static const char *const pptp_msg_name_array[PPTP_MSG_MAX + 1] = {74 if (msg > PPTP_MSG_MAX) in pptp_msg_name()552 if (msg > 0 && msg <= PPTP_MSG_MAX && reqlen < pptp_msg_size[msg]) in conntrack_pptp_help()
83 #define PPTP_MSG_MAX 15 macro