Searched refs:STR_OR_ID (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/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 720 #define NPSTR(x) STR_OR_ID(x, npstr) 721 #define ETYPESTR(x) STR_OR_ID(x, etypestr) 1681 STR_OR_ID((x), notify_error_str) in ikev1_n_print() 1928 idstr = STR_OR_ID(t_id, esp_p_map); in ikev2_t_print() 1934 idstr = STR_OR_ID(t_id, prf_p_map); in ikev2_t_print() 1938 idstr = STR_OR_ID(t_id, integ_p_map); in ikev2_t_print() 1942 idstr = STR_OR_ID(t_id, dh_p_map); in ikev2_t_print() 1946 idstr = STR_OR_ID(t_id, esn_p_map); in ikev2_t_print() 1956 STR_OR_ID(t_type, ikev2_t_type_map), in ikev2_t_print() [all …]
|
| /freebsd-14.2/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()
|