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

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-telnet.c376 #define STR_OR_ID(x, tab) \ macro
455 ND_PRINT((ndo, " %s", STR_OR_ID(c, authcmd)));
460 ND_PRINT((ndo, " %s", STR_OR_ID(c, authtype)));
467 ND_PRINT((ndo, " %s", STR_OR_ID(c, enccmd)));
472 ND_PRINT((ndo, " %s", STR_OR_ID(c, enctype)));
479 ND_PRINT((ndo, " %s", STR_OR_ID(c, cmds)));
H A Dprint-isakmp.c736 #define STR_OR_ID(x, tab) \ macro
738 #define PROTOIDSTR(x) STR_OR_ID(x, protoidstr)
739 #define NPSTR(x) STR_OR_ID(x, npstr)
740 #define ETYPESTR(x) STR_OR_ID(x, etypestr)
1254 idstr = STR_OR_ID(t.t_id, ikev1_p_map);
1259 idstr = STR_OR_ID(t.t_id, ah_p_map);
1264 idstr = STR_OR_ID(t.t_id, esp_p_map);
1269 idstr = STR_OR_ID(t.t_id, ipcomp_p_map);
1368 ND_PRINT((ndo," idtype=%s", STR_OR_ID(id.d.id_type, idtypestr)));
1385 ND_PRINT((ndo," idtype=%s", STR_OR_ID(doi_i
[all...]
/freebsd-11-stable/sbin/setkey/
H A Dsetkey.c479 #define STR_OR_ID(x, tab) \ macro
516 printf(" %-3s", STR_OR_ID(msg->sadb_msg_satype, satype));
519 printf(" %-1s", STR_OR_ID(sa->sadb_sa_state, sastate));
551 printf("%s ", STR_OR_ID(saddr->sadb_address_proto, ipproto));
566 printf("%s ", STR_OR_ID(saddr->sadb_address_proto, ipproto));

Completed in 61 milliseconds