Home | History | Annotate | Download | only in dist

Lines Matching defs:idstr

1223 	const char *idstr;
1235 idstr = STR_OR_ID(GET_U_1(p->t_id), ikev1_p_map);
1240 idstr = STR_OR_ID(GET_U_1(p->t_id), ah_p_map);
1245 idstr = STR_OR_ID(GET_U_1(p->t_id), esp_p_map);
1250 idstr = STR_OR_ID(GET_U_1(p->t_id), ipcomp_p_map);
1255 idstr = NULL;
1261 if (idstr)
1262 ND_PRINT(" #%u id=%s ", GET_U_1(p->t_no), idstr);
1916 const char *idstr;
1933 idstr = STR_OR_ID(t_id, esp_p_map);
1939 idstr = STR_OR_ID(t_id, prf_p_map);
1943 idstr = STR_OR_ID(t_id, integ_p_map);
1947 idstr = STR_OR_ID(t_id, dh_p_map);
1951 idstr = STR_OR_ID(t_id, esn_p_map);
1955 idstr = NULL;
1959 if (idstr)
1962 idstr);