Lines Matching refs:STR_OR_ID

222 #define STR_OR_ID(x, tab) \  macro
224 #define PROTOIDSTR(x) STR_OR_ID(x, protoidstr)
225 #define NPSTR(x) STR_OR_ID(x, npstr)
226 #define ETYPESTR(x) STR_OR_ID(x, etypestr)
786 idstr = STR_OR_ID(t.t_id, ikev1_p_map); in ikev1_t_print()
791 idstr = STR_OR_ID(t.t_id, ah_p_map); in ikev1_t_print()
796 idstr = STR_OR_ID(t.t_id, esp_p_map); in ikev1_t_print()
801 idstr = STR_OR_ID(t.t_id, ipcomp_p_map); in ikev1_t_print()
898 ND_PRINT((ndo," idtype=%s", STR_OR_ID(id.d.id_type, idtypestr))); in ikev1_id_print()
915 ND_PRINT((ndo," idtype=%s", STR_OR_ID(id.type, ipsecidtypestr))); in ikev1_id_print()
1060 ND_PRINT((ndo," type=%s", STR_OR_ID((cert.encode), certstr))); in ikev1_cert_print()
1092 ND_PRINT((ndo," type=%s", STR_OR_ID((cert.encode), certstr))); in ikev1_cr_print()
1225 STR_OR_ID((x), notify_error_str) in ikev1_n_print()
1229 STR_OR_ID((u_int)((x) - 8192), ipsec_notify_error_str) in ikev1_n_print()
1233 STR_OR_ID((u_int)((x) - 16384), notify_status_str) in ikev1_n_print()
1237 STR_OR_ID((u_int)((x) - 24576), ipsec_notify_status_str) in ikev1_n_print()
1453 idstr = STR_OR_ID(t_id, esp_p_map); in ikev2_t_print()
1459 idstr = STR_OR_ID(t_id, prf_p_map); in ikev2_t_print()
1463 idstr = STR_OR_ID(t_id, integ_p_map); in ikev2_t_print()
1467 idstr = STR_OR_ID(t_id, dh_p_map); in ikev2_t_print()
1471 idstr = STR_OR_ID(t_id, esn_p_map); in ikev2_t_print()
1481 STR_OR_ID(t.t_type, ikev2_t_type_map), in ikev2_t_print()
1485 STR_OR_ID(t.t_type, ikev2_t_type_map), in ikev2_t_print()
1584 STR_OR_ID(ntohs(ke.ke_group), dh_p_map))); in ikev2_ke_print()
1718 STR_OR_ID(a.auth_method, v2_auth))); in ikev2_auth_print()