Lines Matching refs:STR_OR_ID
738 #define STR_OR_ID(x, tab) \ macro
740 #define PROTOIDSTR(x) STR_OR_ID(x, protoidstr)
741 #define NPSTR(x) STR_OR_ID(x, npstr)
742 #define ETYPESTR(x) STR_OR_ID(x, etypestr)
1236 idstr = STR_OR_ID(t.t_id, ikev1_p_map); in ikev1_t_print()
1241 idstr = STR_OR_ID(t.t_id, ah_p_map); in ikev1_t_print()
1246 idstr = STR_OR_ID(t.t_id, esp_p_map); in ikev1_t_print()
1251 idstr = STR_OR_ID(t.t_id, ipcomp_p_map); in ikev1_t_print()
1348 ND_PRINT((ndo," idtype=%s", STR_OR_ID(id.d.id_type, idtypestr))); in ikev1_id_print()
1365 ND_PRINT((ndo," idtype=%s", STR_OR_ID(id.type, ipsecidtypestr))); in ikev1_id_print()
1502 ND_PRINT((ndo," type=%s", STR_OR_ID((cert.encode), certstr))); in ikev1_cert_print()
1534 ND_PRINT((ndo," type=%s", STR_OR_ID((cert.encode), certstr))); in ikev1_cr_print()
1667 STR_OR_ID((x), notify_error_str) in ikev1_n_print()
1671 STR_OR_ID((u_int)((x) - 8192), ipsec_notify_error_str) in ikev1_n_print()
1675 STR_OR_ID((u_int)((x) - 16384), notify_status_str) in ikev1_n_print()
1679 STR_OR_ID((u_int)((x) - 24576), ipsec_notify_status_str) in ikev1_n_print()
1895 idstr = STR_OR_ID(t_id, esp_p_map); in ikev2_t_print()
1901 idstr = STR_OR_ID(t_id, prf_p_map); in ikev2_t_print()
1905 idstr = STR_OR_ID(t_id, integ_p_map); in ikev2_t_print()
1909 idstr = STR_OR_ID(t_id, dh_p_map); in ikev2_t_print()
1913 idstr = STR_OR_ID(t_id, esn_p_map); in ikev2_t_print()
1923 STR_OR_ID(t.t_type, ikev2_t_type_map), in ikev2_t_print()
1927 STR_OR_ID(t.t_type, ikev2_t_type_map), in ikev2_t_print()
2026 STR_OR_ID(ntohs(ke.ke_group), dh_p_map))); in ikev2_ke_print()
2160 STR_OR_ID(a.auth_method, v2_auth))); in ikev2_auth_print()