Searched refs:t_id (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/realtime/func/hrtimer-prio/ |
D | hrtimer-prio.c | 156 int t_id; in main() local 195 t_id = create_fifo_thread(timer_thread, NULL, high_prio); in main() 196 if (t_id == -1) { in main() 206 join_thread(t_id); in main()
|
/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) { 1523 if (check_transform[prop->proto_id](trns->t_id) < 0) 1664 p->trns->t_id == pr->head->trns_id) { 1960 check_trns_isakmp(t_id) in check_trns_isakmp() argument 1961 int t_id; in check_trns_isakmp() 1963 switch (t_id) { 1969 t_id, IPSECDOI_KEY_IKE); 1979 check_trns_ah(t_id) in check_trns_ah() argument 1980 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 | 202 uint8_t t_id; /* Transform-Id */ member 350 uint16_t t_id; /* Transform ID */ member 1254 idstr = STR_OR_ID(t.t_id, ikev1_p_map); in ikev1_t_print() 1259 idstr = STR_OR_ID(t.t_id, ah_p_map); in ikev1_t_print() 1264 idstr = STR_OR_ID(t.t_id, esp_p_map); in ikev1_t_print() 1269 idstr = STR_OR_ID(t.t_id, ipcomp_p_map); in ikev1_t_print() 1283 ND_PRINT((ndo," #%d id=%d ", t.t_no, t.t_id)); in ikev1_t_print() 1911 uint16_t t_id; in ikev2_t_print() local 1923 t_id = ntohs(t.t_id); in ikev2_t_print() 1930 idstr = STR_OR_ID(t_id, esp_p_map); in ikev2_t_print() [all …]
|
/external/python/cpython2/Parser/ |
D | asdl.py | 67 def t_id(self, s): member in ASDLScanner
|