Lines Matching refs:t_id
202 uint8_t t_id; /* Transform-Id */ member
350 uint16_t t_id; /* Transform ID */ member
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()
1265 ND_PRINT((ndo," #%d id=%d ", t.t_no, t.t_id)); in ikev1_t_print()
1876 uint16_t t_id; in ikev2_t_print() local
1888 t_id = ntohs(t.t_id); in ikev2_t_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()
1928 t.t_id)); in ikev2_t_print()