Searched refs:X25_MAX_DTE_FACIL_LEN (Results 1 – 2 of 2) sorted by relevance
155 if (p[1] > X25_MAX_DTE_FACIL_LEN || p[1] <= 1) in x25_parse_facilities()162 if (p[1] > X25_MAX_DTE_FACIL_LEN || p[1] <= 1) in x25_parse_facilities()
112 #define X25_MAX_DTE_FACIL_LEN 21 /* Max length of DTE facility params */ macro