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

/external/tcpdump/
H A Dprint-telnet.c373 #define STR_OR_ID(x, tab) \ macro
450 ND_PRINT((ndo, " %s", STR_OR_ID(c, authcmd)));
455 ND_PRINT((ndo, " %s", STR_OR_ID(c, authtype)));
462 ND_PRINT((ndo, " %s", STR_OR_ID(c, enccmd)));
467 ND_PRINT((ndo, " %s", STR_OR_ID(c, enctype)));
474 ND_PRINT((ndo, " %s", STR_OR_ID(c, cmds)));
H A Dprint-isakmp.c738 #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);
1241 idstr = STR_OR_ID(t.t_id, ah_p_map);
1246 idstr = STR_OR_ID(t.t_id, esp_p_map);
1251 idstr = STR_OR_ID(t.t_id, ipcomp_p_map);
1348 ND_PRINT((ndo," idtype=%s", STR_OR_ID(id.d.id_type, idtypestr)));
1365 ND_PRINT((ndo," idtype=%s", STR_OR_ID(i
[all...]

Completed in 1081 milliseconds