Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:idstr

773 	const char *idstr;
786 idstr = STR_OR_ID(t.t_id, ikev1_p_map);
791 idstr = STR_OR_ID(t.t_id, ah_p_map);
796 idstr = STR_OR_ID(t.t_id, esp_p_map);
801 idstr = STR_OR_ID(t.t_id, ipcomp_p_map);
806 idstr = NULL;
812 if (idstr)
813 ND_PRINT((ndo," #%d id=%s ", t.t_no, idstr));
1436 const char *idstr;
1453 idstr = STR_OR_ID(t_id, esp_p_map);
1459 idstr = STR_OR_ID(t_id, prf_p_map);
1463 idstr = STR_OR_ID(t_id, integ_p_map);
1467 idstr = STR_OR_ID(t_id, dh_p_map);
1471 idstr = STR_OR_ID(t_id, esn_p_map);
1475 idstr = NULL;
1479 if (idstr)
1482 idstr));