Searched refs:STR_OR_ID (Results 1 – 2 of 2) sorted by relevance
/external/tcpdump/ |
D | print-telnet.c | 373 #define STR_OR_ID(x, tab) \ macro 450 ND_PRINT((ndo, " %s", STR_OR_ID(c, authcmd))); in telnet_parse() 455 ND_PRINT((ndo, " %s", STR_OR_ID(c, authtype))); in telnet_parse() 462 ND_PRINT((ndo, " %s", STR_OR_ID(c, enccmd))); in telnet_parse() 467 ND_PRINT((ndo, " %s", STR_OR_ID(c, enctype))); in telnet_parse() 474 ND_PRINT((ndo, " %s", STR_OR_ID(c, cmds))); in telnet_parse()
|
D | print-isakmp.c | 738 #define STR_OR_ID(x, tab) \ macro 740 #define PROTOIDSTR(x) STR_OR_ID(x, protoidstr) 741 #define NPSTR(x) STR_OR_ID(x, npstr) 742 #define ETYPESTR(x) STR_OR_ID(x, etypestr) 1236 idstr = STR_OR_ID(t.t_id, ikev1_p_map); in ikev1_t_print() 1241 idstr = STR_OR_ID(t.t_id, ah_p_map); in ikev1_t_print() 1246 idstr = STR_OR_ID(t.t_id, esp_p_map); in ikev1_t_print() 1251 idstr = STR_OR_ID(t.t_id, ipcomp_p_map); in ikev1_t_print() 1348 ND_PRINT((ndo," idtype=%s", STR_OR_ID(id.d.id_type, idtypestr))); in ikev1_id_print() 1365 ND_PRINT((ndo," idtype=%s", STR_OR_ID(id.type, ipsecidtypestr))); in ikev1_id_print() [all …]
|