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