Searched refs:STR_OR_ID (Results 1 – 2 of 2) sorted by relevance
/external/tcpdump/ |
D | print-telnet.c | 96 #define STR_OR_ID(x, tab) \ macro 173 (void)printf(" %s", STR_OR_ID(c, authcmd)); in telnet_parse() 178 (void)printf(" %s", STR_OR_ID(c, authtype)); in telnet_parse() 185 (void)printf(" %s", STR_OR_ID(c, enccmd)); in telnet_parse() 190 (void)printf(" %s", STR_OR_ID(c, enctype)); in telnet_parse() 197 (void)printf(" %s", STR_OR_ID(c, cmds)); in telnet_parse()
|
D | print-isakmp.c | 222 #define STR_OR_ID(x, tab) \ macro 224 #define PROTOIDSTR(x) STR_OR_ID(x, protoidstr) 225 #define NPSTR(x) STR_OR_ID(x, npstr) 226 #define ETYPESTR(x) STR_OR_ID(x, etypestr) 786 idstr = STR_OR_ID(t.t_id, ikev1_p_map); in ikev1_t_print() 791 idstr = STR_OR_ID(t.t_id, ah_p_map); in ikev1_t_print() 796 idstr = STR_OR_ID(t.t_id, esp_p_map); in ikev1_t_print() 801 idstr = STR_OR_ID(t.t_id, ipcomp_p_map); in ikev1_t_print() 898 ND_PRINT((ndo," idtype=%s", STR_OR_ID(id.d.id_type, idtypestr))); in ikev1_id_print() 915 ND_PRINT((ndo," idtype=%s", STR_OR_ID(id.type, ipsecidtypestr))); in ikev1_id_print() [all …]
|