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

  /external/iproute2/tc/
p_ip.c 27 parse_ip(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
38 tkey->off = 12;
39 res = parse_cmd(&argc, &argv, 4, TIPV4,RU32,sel,tkey);
44 tkey->off = 16;
45 res = parse_cmd(&argc, &argv, 4, TIPV4,RU32,sel,tkey);
54 tkey->off = 1;
55 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey);
60 tkey->off = 0;
61 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey);
66 tkey->off = 9
    [all...]
m_pedit.c 62 pedit_parse_nopopt (int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
121 pack_key(struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
128 if (tkey->off % 4) {
133 sel->keys[hwm].val = tkey->val;
134 sel->keys[hwm].mask = tkey->mask;
135 sel->keys[hwm].off = tkey->off;
136 sel->keys[hwm].at = tkey->at;
137 sel->keys[hwm].offmask = tkey->offmask;
138 sel->keys[hwm].shift = tkey->shift;
145 pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
400 struct tc_pedit_key tkey; local
    [all...]
m_pedit.h 46 int (*parse_peopt)(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
50 extern int parse_cmd(int *argc_p, char ***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 extern int parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
57 extern int parse_offset(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
p_tcp.c 27 parse_tcp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
p_udp.c 27 parse_udp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
p_icmp.c 28 parse_icmp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
  /external/jemalloc/src/
ckh.c 128 const void *key, *data, *tkey, *tdata; local
151 tkey = cell->key; tdata = cell->data;
153 key = tkey; data = tdata;
  /external/icu/icu4c/source/common/
rbbiscan.cpp 780 UnicodeString *tkey = new UnicodeString(s);
781 if (tkey == NULL || el == NULL || setToAdopt == NULL) {
783 delete tkey;
784 tkey = NULL;
793 el->key = tkey;
    [all...]
  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 943 const char *tkey=NULL; local
944 UnicodeString value=tagelement.getNextString(&tkey, status);
945 UnicodeString key(tkey);
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 

Completed in 425 milliseconds