Searched defs:sel (Results 1 - 25 of 82) sorted by relevance

1234

/external/iproute2/tc/
H A Dp_icmp.c28 parse_icmp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
H A Dp_tcp.c27 parse_tcp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
H A Dp_udp.c27 parse_udp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
H A Dp_ip.c27 parse_ip(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
39 res = parse_cmd(&argc, &argv, 4, TIPV4,RU32,sel,tkey);
45 res = parse_cmd(&argc, &argv, 4, TIPV4,RU32,sel,tkey);
55 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey);
61 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey);
67 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey);
74 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey);
81 res = parse_cmd(&argc, &argv, 1, TU32,0x3F,sel,tkey);
88 res = parse_cmd(&argc, &argv, 1, TU32,0x1F,sel,tkey);
94 res = parse_cmd(&argc, &argv, 1, TU32,0x80,sel,tke
142 parse_ip6(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
[all...]
H A Dm_nat.c44 parse_nat_args(int *argc_p, char ***argv_p,struct tc_nat *sel) argument
54 sel->flags |= TCA_NAT_FLAG_EGRESS;
63 sel->old_addr = addr.data[0];
64 sel->mask = htonl(~0u << (32 - addr.bitlen));
71 sel->new_addr = addr.data[0];
87 struct tc_nat sel; local
94 memset(&sel, 0, sizeof(sel));
99 if (parse_nat_args(&argc, &argv, &sel)) {
122 sel
170 struct tc_nat *sel; local
[all...]
H A Dm_skbedit.c61 struct tc_skbedit sel = { 0 }; local
105 sel.action = TC_ACT_RECLASSIFY;
108 sel.action = TC_ACT_PIPE;
112 sel.action = TC_ACT_SHOT;
115 sel.action = TC_ACT_UNSPEC;
118 sel.action = TC_ACT_OK;
126 if (get_u32(&sel.index, *argv, 10)) {
144 addattr_l(n, MAX_MSG, TCA_SKBEDIT_PARMS, &sel, sizeof(sel));
H A Dm_csum.c40 parse_csum_args(int *argc_p, char ***argv_p, struct tc_csum *sel) argument
52 sel->update_flags |= TCA_CSUM_UPDATE_FLAG_IPV4HDR;
55 sel->update_flags |= TCA_CSUM_UPDATE_FLAG_ICMP;
58 sel->update_flags |= TCA_CSUM_UPDATE_FLAG_IGMP;
61 sel->update_flags |= TCA_CSUM_UPDATE_FLAG_TCP;
64 sel->update_flags |= TCA_CSUM_UPDATE_FLAG_UDP;
67 sel->update_flags |= TCA_CSUM_UPDATE_FLAG_UDPLITE;
89 struct tc_csum sel; local
96 memset(&sel, 0, sizeof(sel));
179 struct tc_csum *sel; local
[all...]
H A Dm_pedit.c62 pedit_parse_nopopt (int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
122 pack_key(struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
124 int hwm = sel->nkeys;
134 sel->keys[hwm].val = tkey->val;
135 sel->keys[hwm].mask = tkey->mask;
136 sel->keys[hwm].off = tkey->off;
137 sel->keys[hwm].at = tkey->at;
138 sel->keys[hwm].offmask = tkey->offmask;
139 sel->keys[hwm].shift = tkey->shift;
140 sel
146 pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
162 pack_key16(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
205 pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
268 parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
338 parse_offset(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
415 parse_munge(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel) argument
464 struct tc_pedit_sel sel; member in struct:__anon6214
466 } sel; local
554 struct tc_pedit_sel *sel; local
[all...]
H A Df_u32.c117 static int pack_key(struct tc_u32_sel *sel, __u32 key, __u32 mask, argument
121 int hwm = sel->nkeys;
126 if (sel->keys[i].off == off && sel->keys[i].offmask == offmask) {
127 __u32 intersect = mask&sel->keys[i].mask;
129 if ((key^sel->keys[i].val) & intersect)
131 sel->keys[i].val |= key;
132 sel->keys[i].mask |= mask;
141 sel->keys[hwm].val = key;
142 sel
149 pack_key32(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, int offmask) argument
157 pack_key16(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, int offmask) argument
174 pack_key8(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, int offmask) argument
226 parse_u32(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, int off, int offmask) argument
258 parse_u16(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, int off, int offmask) argument
289 parse_u8(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, int off, int offmask) argument
324 parse_ip_addr(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, int off) argument
359 parse_ip6_addr(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, int off) argument
406 parse_ip6_class(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
444 parse_ether_addr(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, int off) argument
483 parse_ip(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
543 parse_ip6(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
587 parse_ether(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
613 parse_udp(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
637 parse_icmp(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
695 parse_selector(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, struct nlmsghdr *n) argument
743 parse_offset(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
794 parse_hashkey(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
979 struct tc_u32_sel sel; member in struct:__anon6209
981 } sel; local
1083 struct tc_u32_sel sel; member in struct:__anon6210
1177 struct tc_u32_sel *sel = NULL; local
[all...]
/external/valgrind/none/tests/
H A Dnestedfns.c12 static void call_func(void (*sel)(void)) argument
14 sel();
/external/libedit/src/
H A Dsig.c52 private EditLine *sel = NULL; variable
78 sel->el_signal->sig_no = signo;
82 tty_rawmode(sel);
83 if (ed_redisplay(sel, 0) == CC_REFRESH)
84 re_refresh(sel);
85 terminal__flush(sel);
89 el_resize(sel);
93 tty_cookedmode(sel);
101 (void) sigaction(signo, &sel->el_signal->sig_action[i], NULL);
102 sel
[all...]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp182 void AddInterface::interfaceSelected(QTreeWidgetItem *sel) argument
184 if (!sel)
199 sel->text(1).toLocal8Bit().constData(),
201 sel->text(0).toLocal8Bit().constData(),
230 if (!addRegistryInterface(sel->text(1))) {
237 wpagui->selectAdapter(sel->text(1));
H A Dscanresults.cpp132 void ScanResults::bssSelected(QTreeWidgetItem *sel) argument
138 nc->paramsFromScanResults(sel);
H A Dnetworkconfig.cpp63 void NetworkConfig::paramsFromScanResults(QTreeWidgetItem *sel) argument
68 setWindowTitle(sel->text(0));
69 ssidEdit->setText(sel->text(0));
71 QString flags = sel->text(4);
105 bssid = sel->text(1);
109 void NetworkConfig::authChanged(int sel) argument
111 encrSelect->setEnabled(sel != AUTH_NONE_OPEN && sel != AUTH_NONE_WEP &&
112 sel != AUTH_NONE_WEP_SHARED);
113 pskEdit->setEnabled(sel
143 eapChanged(int sel) argument
[all...]
/external/boringssl/src/crypto/asn1/
H A Dtasn_utl.c77 int *sel = offset2ptr(*pval, it->utype); local
78 return *sel;
84 int *sel, ret; local
85 sel = offset2ptr(*pval, it->utype);
86 ret = *sel;
87 *sel = value;
/external/libvncserver/x11vnc/
H A Dselection.c64 int check_sel_direction(char *dir, char *label, char *sel, int len);
148 rfbLog("%s\trequest event: owner=0x%x requestor=0x%x sel=%03d targ=%d prop=%d\n",
259 int check_sel_direction(char *dir, char *label, char *sel, int len) { argument
277 strncpy(str, sel, n);
/external/skia/samplecode/
H A DSampleFuzz.cpp60 int sel; local
63 sel = R(6);
65 sel = R(4);
68 if (return_undef == false && sel == 0) {
69 sel = 1;
76 switch (sel) {
101 int sel;
103 if (quick == true) sel = 0; else sel = R(6);
105 switch (sel) {
[all...]
/external/libnl/lib/route/cls/
H A Du32.c119 struct tc_u32_sel *sel; local
127 sel = u->cu_selector->d_data;
129 (sel->nkeys * sizeof(uint64_t));
197 static void print_selector(struct nl_dump_params *p, struct tc_u32_sel *sel, argument
203 if (sel->hmask || sel->hoff) {
208 nl_dump(p, " hash at %u & 0x%x", sel->hoff, sel->hmask);
211 if (sel->flags & (TC_U32_OFFSET | TC_U32_VAROFFSET)) {
212 nl_dump(p, " offset at %u", sel
370 struct tc_u32_sel *sel; local
400 struct tc_u32_sel *sel; local
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_yuv.c88 LLVMValueRef sel, tmp, tmp2; local
95 sel = lp_build_compare(gallivm, type, PIPE_FUNC_EQUAL, i, lp_build_const_int_vec(gallivm, type, 0));
96 *y = lp_build_select(&bld32, sel, tmp, tmp2);
156 LLVMValueRef sel, tmp; local
162 sel = lp_build_compare(gallivm, type, PIPE_FUNC_EQUAL, i, lp_build_const_int_vec(gallivm, type, 0));
163 *y = lp_build_select(&bld32, sel, packed, tmp);
/external/openssh/
H A Daudit-bsm.c260 int ad, rc, sel; local
272 sel = selected(the_authctxt->user, uid, event_no, rc);
274 if (!sel)
/external/skia/experimental/Networking/
H A DSkSockets.cpp274 int sel = select(fSockfd + 1, &workingSet, NULL, NULL, &timeout); local
275 if (sel < 0) {
279 if (sel == 0) //select() timed out
/external/valgrind/VEX/priv/
H A Dguest_mips_helpers.c417 #define ASM_VOLATILE_CASE(rd, sel) \
419 asm volatile ("mfc0 %0, $" #rd ", "#sel"\n\t" :"=r" (x) ); \
422 UInt mips32_dirtyhelper_mfc0(UInt rd, UInt sel) argument
426 switch (sel) {
749 #define ASM_VOLATILE_CASE(rd, sel) \
751 asm volatile ("dmfc0 %0, $" #rd ", "#sel"\n\t" :"=r" (x) ); \
754 ULong mips64_dirtyhelper_dmfc0 ( UInt rd, UInt sel )
758 switch (sel) {
/external/icu/icu4c/source/test/cintltst/
H A Ducnvseltst.c348 serializeAndUnserialize(UConverterSelector *sel, char **buffer, UErrorCode *status) { argument
352 ser_len = ucnvsel_serialize(sel, NULL, 0, status);
355 return sel;
359 ser_len2 = ucnvsel_serialize(sel, new_buffer, ser_len, status);
363 return sel;
365 ucnvsel_close(sel);
368 sel = ucnvsel_openFromSerialized(new_buffer, ser_len, status);
373 return sel;
/external/icu/icu4c/source/common/
H A Ducnvsel.cpp227 ucnvsel_close(UConverterSelector *sel) { argument
228 if (!sel) {
231 if (sel->ownEncodingStrings) {
232 uprv_free(sel->encodings[0]);
234 uprv_free(sel->encodings);
235 if (sel->ownPv) {
236 uprv_free(sel->pv);
238 utrie2_close(sel->trie);
239 uprv_free(sel->swapped);
240 uprv_free(sel);
280 ucnvsel_serialize(const UConverterSelector* sel, void* buffer, int32_t bufferCapacity, UErrorCode* status) argument
548 UConverterSelector* sel = (UConverterSelector*)uprv_malloc(sizeof(UConverterSelector)); local
594 const UConverterSelector* sel; member in struct:Enumerator
626 const UConverterSelector* sel; local
690 selectForMask(const UConverterSelector* sel, uint32_t *mask, UErrorCode *status) argument
740 ucnvsel_selectForString(const UConverterSelector* sel, const UChar *s, int32_t length, UErrorCode *status) argument
782 ucnvsel_selectForUTF8(const UConverterSelector* sel, const char *s, int32_t length, UErrorCode *status) argument
[all...]
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp365 clang::Selector sel = ast_ctx.Selectors.getSelector(is_zero_argument ? 0 : selector_components.size(), selector_components.data()); local
375 sel,

Completed in 605 milliseconds

1234