Searched refs:l2tp_stopccn_rcode_names (Results 1 – 1 of 1) sorted by relevance
190 l2tp_stopccn_rcode_names[] = { variable241 for (i = 0; i < countof(l2tp_stopccn_rcode_names); i++) { in l2tp_stopccn_rcode_string()242 if (rcode == l2tp_stopccn_rcode_names[i].label) in l2tp_stopccn_rcode_string()243 return l2tp_stopccn_rcode_names[i].name + 20; in l2tp_stopccn_rcode_string()