Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-telnet.c96 #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()
Dprint-isakmp.c142 #define STR_OR_ID(x, tab) \ macro
144 #define PROTOIDSTR(x) STR_OR_ID(x, protoidstr)
145 #define NPSTR(x) STR_OR_ID(x, npstr)
146 #define ETYPESTR(x) STR_OR_ID(x, etypestr)
589 idstr = STR_OR_ID(t.t_id, isakmp_p_map); in isakmp_t_print()
594 idstr = STR_OR_ID(t.t_id, ah_p_map); in isakmp_t_print()
599 idstr = STR_OR_ID(t.t_id, esp_p_map); in isakmp_t_print()
604 idstr = STR_OR_ID(t.t_id, ipcomp_p_map); in isakmp_t_print()
699 printf(" idtype=%s", STR_OR_ID(id.d.id_type, idtypestr)); in isakmp_id_print()
716 printf(" idtype=%s", STR_OR_ID(id.type, ipsecidtypestr)); in isakmp_id_print()
[all …]