Searched defs:STR_OR_ID (Results 1 - 2 of 2) sorted by relevance

/external/tcpdump/
H A Dprint-telnet.c96 #define STR_OR_ID(x, tab) \ macro
173 (void)printf(" %s", STR_OR_ID(c, authcmd));
178 (void)printf(" %s", STR_OR_ID(c, authtype));
185 (void)printf(" %s", STR_OR_ID(c, enccmd));
190 (void)printf(" %s", STR_OR_ID(c, enctype));
197 (void)printf(" %s", STR_OR_ID(c, cmds));
H A Dprint-isakmp.c222 #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);
791 idstr = STR_OR_ID(t.t_id, ah_p_map);
796 idstr = STR_OR_ID(t.t_id, esp_p_map);
801 idstr = STR_OR_ID(t.t_id, ipcomp_p_map);
898 ND_PRINT((ndo," idtype=%s", STR_OR_ID(id.d.id_type, idtypestr)));
915 ND_PRINT((ndo," idtype=%s", STR_OR_ID(i
[all...]

Completed in 109 milliseconds