Searched refs:t_id (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dpfkey.c433 ipsecdoi2pfkey_ealg(t_id)
434 u_int t_id;
436 switch (t_id) {
470 "Not supported transform: %u\n", t_id);
476 "Invalid transform id: %u\n", t_id);
484 ipsecdoi2pfkey_calg(t_id)
485 u_int t_id;
487 switch (t_id) {
498 "Invalid transform id: %u\n", t_id);
638 pfkey_convertfromipsecdoi(proto_id, t_id, hashtyp
[all...]
H A Dipsec_doi.c329 s_ipsecdoi_trns(prop->proto_id, trns->t_id));
887 if (p->trns->t_id != r->trns->t_id) {
1304 if (check_transform[prop->proto_id](trns->t_id) < 0)
1440 * find a proposal/transform with matching proto_id/t_id.
1445 p->trns->t_id == pr->head->trns_id) {
1724 check_trns_isakmp(t_id)
1725 int t_id;
1727 switch (t_id) {
1733 t_id, IPSECDOI_KEY_IK
[all...]
H A Disakmp.h186 u_int8_t t_id; /* Transform-Id */ member in struct:isakmp_pl_t
H A Dproposal.c664 t->trns->t_id));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Disakmp.h235 u_int8_t t_id; /* Transform-Id */ member in struct:ikev1_pl_t
407 u_int16_t t_id; /* Transform ID */
406 u_int16_t t_id; /* Transform ID */ member in struct:ikev2_t
H A Dprint-isakmp.c786 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);
815 ND_PRINT((ndo," #%d id=%d ", t.t_no, t.t_id));
1431 u_int16_t t_id; local
1443 t_id = ntohs(t.t_id);
1450 idstr = STR_OR_ID(t_id, esp_p_map);
1456 idstr = STR_OR_ID(t_id, prf_p_ma
[all...]

Completed in 138 milliseconds