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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
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.c216 #define STR_OR_ID(x, tab) \ macro
218 #define PROTOIDSTR(x) STR_OR_ID(x, protoidstr)
219 #define NPSTR(x) STR_OR_ID(x, npstr)
220 #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...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/setkey/
H A Dsetkey.c486 #define STR_OR_ID(x, tab) \ macro
523 printf(" %-3s", STR_OR_ID(msg->sadb_msg_satype, satype));
526 printf(" %-1s", STR_OR_ID(sa->sadb_sa_state, sastate));
558 printf("%s ", STR_OR_ID(saddr->sadb_address_proto, ipproto));
573 printf("%s ", STR_OR_ID(saddr->sadb_address_proto, ipproto));

Completed in 75 milliseconds