Searched refs:STR_OR_ID (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-telnet.c | 365 #define STR_OR_ID(x, tab) \ macro 442 ND_PRINT(" %s", STR_OR_ID(c, authcmd)); in telnet_parse() 447 ND_PRINT(" %s", STR_OR_ID(c, authtype)); in telnet_parse() 454 ND_PRINT(" %s", STR_OR_ID(c, enccmd)); in telnet_parse() 459 ND_PRINT(" %s", STR_OR_ID(c, enctype)); in telnet_parse() 466 ND_PRINT(" %s", STR_OR_ID(c, cmds)); in telnet_parse()
|
H A D | print-isakmp.c | 717 #define STR_OR_ID(x, tab) \ macro 719 #define PROTOIDSTR(x) STR_OR_ID(x, protoidstr) 720 #define NPSTR(x) STR_OR_ID(x, npstr) 721 #define ETYPESTR(x) STR_OR_ID(x, etypestr) 1230 idstr = STR_OR_ID(GET_U_1(p->t_id), ikev1_p_map); in ikev1_t_print() 1235 idstr = STR_OR_ID(GET_U_1(p->t_id), ah_p_map); in ikev1_t_print() 1240 idstr = STR_OR_ID(GET_U_1(p->t_id), esp_p_map); in ikev1_t_print() 1245 idstr = STR_OR_ID(GET_U_1(p->t_id), ipcomp_p_map); in ikev1_t_print() 1343 STR_OR_ID(GET_U_1(p->d.id_type), idtypestr)); in ikev1_id_print() 1360 ND_PRINT(" idtype=%s", STR_OR_ID(type, ipsecidtypestr)); in ikev1_id_print() [all …]
|
/freebsd/sbin/setkey/ |
H A D | setkey.c | 504 #define STR_OR_ID(x, tab) \ macro 539 printf(" %-3s", STR_OR_ID(msg->sadb_msg_satype, satype)); in shortdump() 542 printf(" %-1s", STR_OR_ID(sa->sadb_sa_state, sastate)); in shortdump() 574 printf("%s ", STR_OR_ID(saddr->sadb_address_proto, ipproto)); in shortdump() 589 printf("%s ", STR_OR_ID(saddr->sadb_address_proto, ipproto)); in shortdump()
|