Home
last modified time | relevance | path

Searched refs:tkey (Results 1 – 10 of 10) sorted by relevance

/external/iproute2/tc/
Dp_ip.c27 parse_ip(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_ip() argument
38 tkey->off = 12; in parse_ip()
39 res = parse_cmd(&argc, &argv, 4, TIPV4,RU32,sel,tkey); in parse_ip()
44 tkey->off = 16; in parse_ip()
45 res = parse_cmd(&argc, &argv, 4, TIPV4,RU32,sel,tkey); in parse_ip()
54 tkey->off = 1; in parse_ip()
55 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey); in parse_ip()
60 tkey->off = 0; in parse_ip()
61 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey); in parse_ip()
66 tkey->off = 9; in parse_ip()
[all …]
Dm_pedit.c62 pedit_parse_nopopt (int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pedit_parse_nopopt() argument
121 pack_key(struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pack_key() argument
128 if (tkey->off % 4) { in pack_key()
133 sel->keys[hwm].val = tkey->val; in pack_key()
134 sel->keys[hwm].mask = tkey->mask; in pack_key()
135 sel->keys[hwm].off = tkey->off; in pack_key()
136 sel->keys[hwm].at = tkey->at; in pack_key()
137 sel->keys[hwm].offmask = tkey->offmask; in pack_key()
138 sel->keys[hwm].shift = tkey->shift; in pack_key()
145 pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pack_key32() argument
[all …]
Dm_pedit.h46 … (*parse_peopt)(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
50 …ar ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
51 extern int pack_key(struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
52 extern int pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
53 extern int pack_key16(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
54 extern int pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
56 …ar ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
57 …n int parse_offset(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
Dp_udp.c27 parse_udp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_udp() argument
Dp_tcp.c27 parse_tcp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_tcp() argument
Dp_icmp.c28 parse_icmp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_icmp() argument
/external/icu/icu4c/source/layout/
DKernTable.cpp228 le_uint32 tkey = SWAP_KEY(tp);
231 fprintf(stdout, " %.3d (%0.8x)\n", ((char*)tp - (char*)pairs)/KERN_PAIRINFO_SIZE, tkey);
233 if (tkey <= key && LE_SUCCESS(success)) {
234 if (tkey == key) {
/external/icu/icu4c/source/common/
Drbbiscan.cpp752 UnicodeString *tkey = new UnicodeString(s); in findSetFor() local
753 if (tkey == NULL || el == NULL || setToAdopt == NULL) { in findSetFor()
755 delete tkey; in findSetFor()
756 tkey = NULL; in findSetFor()
765 el->key = tkey; in findSetFor()
/external/jemalloc/src/
Dckh.c127 const void *key, *data, *tkey, *tdata; in ckh_evict_reloc_insert() local
150 tkey = cell->key; tdata = cell->data; in ckh_evict_reloc_insert()
152 key = tkey; data = tdata; in ckh_evict_reloc_insert()
/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp926 const char *tkey=NULL; in testTag() local
927 UnicodeString value=tagelement.getNextString(&tkey, status); in testTag()
928 UnicodeString key(tkey); in testTag()