Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-radius.c176 static void print_attr_strange(netdissect_options *, register const u_char *, u_int, u_short);
453 { "ARAP-Password", NULL, 0, 0, print_attr_strange },
454 { "ARAP-Features", NULL, 0, 0, print_attr_strange },
467 { "ARAP-Challenge-Response", NULL, 0, 0, print_attr_strange },
821 print_attr_strange(netdissect_options *ndo, in print_attr_strange() function