HomeSort by relevance Sort by last modified time
    Searched refs:t_id (Results 1 - 7 of 7) sorted by null

  /external/ipsec-tools/src/racoon/
ipsec_doi.c 213 trns->t_no, s_ipsecdoi_trns(prop->proto_id, trns->t_id));
940 if (p->trns->t_id != r->trns->t_id) {
1393 if (check_transform[prop->proto_id](trns->t_id) < 0)
    [all...]
isakmp.h 221 u_int8_t t_id; /* Transform-Id */ member in struct:isakmp_pl_t
pfkey.c 565 ipsecdoi2pfkey_ealg(t_id)
566 u_int t_id;
568 switch (t_id) {
606 "Not supported transform: %u\n", t_id);
612 "Invalid transform id: %u\n", t_id);
620 ipsecdoi2pfkey_calg(t_id)
621 u_int t_id;
623 switch (t_id) {
634 "Invalid transform id: %u\n", t_id);
805 pfkey_convertfromipsecdoi(proto_id, t_id, hashtype
    [all...]
proposal.c 808 t->trns->t_id));
  /external/tcpdump/
isakmp.h 224 u_int8_t t_id; /* Transform-Id */ member in struct:isakmp_pl_t
print-isakmp.c 589 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);
    [all...]
  /external/strace/
system.c 452 tprintf(", %u, %s]", t.t_id, t.t_uname);
    [all...]

Completed in 88 milliseconds