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

/external/ipsec-tools/src/racoon/
H A Dipsec_doi.c352 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)
1655 * find a proposal/transform with matching proto_id/t_id.
1660 p->trns->t_id == pr->head->trns_id) {
1956 check_trns_isakmp(t_id)
1957 int t_id;
1959 switch (t_id) {
1965 t_id, IPSECDOI_KEY_IK
[all...]
H A Dpfkey.c504 ipsecdoi2pfkey_ealg(t_id)
505 u_int t_id;
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)
560 u_int t_id;
562 switch (t_id) {
573 "Invalid transform id: %u\n", t_id);
721 pfkey_convertfromipsecdoi(proto_id, t_id, hashtyp
[all...]
H A Disakmp.h221 u_int8_t t_id; /* Transform-Id */ member in struct:isakmp_pl_t
H A Dproposal.c808 t->trns->t_id));
/external/tcpdump/
H A Disakmp.h224 u_int8_t t_id; /* Transform-Id */ member in struct:isakmp_pl_t
H A Dprint-isakmp.c589 idstr = STR_OR_ID(t.t_id, isakmp_p_map);
594 idstr = STR_OR_ID(t.t_id, ah_p_map);
599 idstr = STR_OR_ID(t.t_id, esp_p_map);
604 idstr = STR_OR_ID(t.t_id, ipcomp_p_map);
618 printf(" #%d id=%d ", t.t_no, t.t_id);
/external/strace/
H A Dsystem.c577 tprintf(", %u, %s]", t.t_id, t.t_uname);

Completed in 298 milliseconds