Searched refs:t_id (Results 1 – 7 of 7) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | ipsec_doi.c | 352 s_ipsecdoi_trns(prop->proto_id, trns->t_id)); 1080 if (p->trns->t_id != r->trns->t_id) { 1519 if (check_transform[prop->proto_id](trns->t_id) < 0) 1660 p->trns->t_id == pr->head->trns_id) { 1956 check_trns_isakmp(t_id) in check_trns_isakmp() argument 1957 int t_id; in check_trns_isakmp() 1959 switch (t_id) { 1965 t_id, IPSECDOI_KEY_IKE); 1975 check_trns_ah(t_id) in check_trns_ah() argument 1976 int t_id; in check_trns_ah() [all …]
|
D | pfkey.c | 504 ipsecdoi2pfkey_ealg(t_id) in ipsecdoi2pfkey_ealg() argument 505 u_int t_id; in ipsecdoi2pfkey_ealg() 507 switch (t_id) { 545 "Not supported transform: %u\n", t_id); 551 "Invalid transform id: %u\n", t_id); 559 ipsecdoi2pfkey_calg(t_id) in ipsecdoi2pfkey_calg() argument 560 u_int t_id; in ipsecdoi2pfkey_calg() 562 switch (t_id) { 573 "Invalid transform id: %u\n", t_id); 721 pfkey_convertfromipsecdoi(proto_id, t_id, hashtype, in pfkey_convertfromipsecdoi() argument [all …]
|
D | isakmp.h | 221 u_int8_t t_id; /* Transform-Id */ member
|
D | proposal.c | 808 t->trns->t_id));
|
/external/tcpdump/ |
D | print-isakmp.c | 589 idstr = STR_OR_ID(t.t_id, isakmp_p_map); in isakmp_t_print() 594 idstr = STR_OR_ID(t.t_id, ah_p_map); in isakmp_t_print() 599 idstr = STR_OR_ID(t.t_id, esp_p_map); in isakmp_t_print() 604 idstr = STR_OR_ID(t.t_id, ipcomp_p_map); in isakmp_t_print() 618 printf(" #%d id=%d ", t.t_no, t.t_id); in isakmp_t_print()
|
D | isakmp.h | 224 u_int8_t t_id; /* Transform-Id */ member
|
/external/strace/ |
D | system.c | 452 tprintf(", %u, %s]", t.t_id, t.t_uname);
|