HomeSort by relevance Sort by last modified time
    Searched defs:reject (Results 1 - 25 of 33) sorted by null

1 2

  /external/iptables/extensions/
libip6t_REJECT.c 1 /* Shared library add-on to ip6tables to add customized REJECT support.
46 printf("Valid reject types:\n");
58 "REJECT target options:\n"
59 "--reject-with type drop input packet and send back\n"
66 {.name = "reject-with", .id = O_REJECT_WITH, .type = XTTYPE_STRING},
72 struct ip6t_reject_info *reject = (struct ip6t_reject_info *)t->data; local
75 reject->with = IP6T_ICMP6_PORT_UNREACH;
81 struct ip6t_reject_info *reject = cb->data; local
90 reject->with = reject_table[i].with;
94 "unknown reject type \"%s\"", cb->arg)
100 const struct ip6t_reject_info *reject local
112 const struct ip6t_reject_info *reject local
    [all...]
libipt_REJECT.c 1 /* Shared library add-on to iptables to add customized REJECT support.
14 * reject. -- Maciej Soltysiak <solt@dns.toxicfilms.tv>
59 printf("Valid reject types:\n");
71 "REJECT target options:\n"
72 "--reject-with type drop input packet and send back\n"
81 {.name = "reject-with", .id = O_REJECT_WITH, .type = XTTYPE_STRING},
87 struct ipt_reject_info *reject = (struct ipt_reject_info *)t->data; local
90 reject->with = IPT_ICMP_PORT_UNREACHABLE;
96 struct ipt_reject_info *reject = cb->data; local
105 reject->with = reject_table[i].with
120 const struct ipt_reject_info *reject local
132 const struct ipt_reject_info *reject local
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_pd.c 138 int reject = 1; local
183 "request for unknown P2P Group ID - reject");
204 reject = 0;
208 reject ? 0 : msg.wps_config_methods,
239 if (!reject && p2p->cfg->prov_disc_req) {
  /external/bluetooth/bluedroid/stack/avrc/
avrc_api.c 137 BOOLEAN reject = FALSE; local
249 reject = TRUE;
265 reject = TRUE;
290 /* reject unsupported opcode */
291 reject = TRUE;
302 if (reject)
304 /* reject unsupported opcode */
  /external/qemu/android/
boot-properties.c 107 const char* reject = " =$*?'\""; local
111 if (strchr(reject, name[nn]) != NULL)
  /external/mksh/src/
syn.c 65 static bool reject; /* token(cf) gets symbol again */ variable
68 #define REJECT (reject = true)
69 #define ACCEPT (reject = false)
70 #define token(cf) ((reject) ? (ACCEPT, symbol) : (symbol = yylex(cf)))
71 #define tpeek(cf) ((reject) ? (symbol) : (REJECT, symbol = yylex(cf)))
104 REJECT;
122 REJECT;
162 REJECT;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 1412 SDL_Color *want, *reject; local
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 561 struct Reject : public SurfaceTexture::BufferRejecter {
565 Reject(Layer::State& front, Layer::State& current,
571 virtual bool reject(const sp<GraphicBuffer>& buf, function in struct:android::Reject
612 "latchBuffer/reject: buffer (%ux%u, tr=%02x), scalingMode=%d\n"
635 // reject this buffer
644 Reject r(mDrawingState, currentState(), recomputeVisibleRegions);
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c 1657 tBTA_AV_REJECT reject; local
    [all...]
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 234 mDNSBool reject; local
281 reject = mDNSfalse;
289 if (packetInfo.ipi_ifname[0] != 0) reject = (strcmp(packetInfo.ipi_ifname, intf->intfName) != 0);
290 else if (packetInfo.ipi_ifindex != -1) reject = (packetInfo.ipi_ifindex != intf->index);
292 if (reject)
    [all...]
  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 1578 const bool reject = quickRejectNoScissor(left, top, local
1593 const bool reject = quickRejectNoScissor(r.left, r.top, r.right, r.bottom); local
1605 const bool reject = quickRejectNoScissor(dstLeft, dstTop, dstRight, dstBottom); local
1617 const bool reject = quickRejectNoScissor(left, top, local
1651 const bool reject = quickRejectNoScissor(left, top, right, bottom); local
1673 const bool reject = paint->getStyle() == SkPaint::kFill_Style && local
1684 const bool reject = paint->getStyle() == SkPaint::kFill_Style && local
1728 const bool reject = quickRejectNoScissor(left, top, left + width, top + height); local
1794 bool reject = false; local
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 785 final void reject(Runnable command) { method in class:ThreadPoolExecutor
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_av_api.h 444 tBTA_AV_REJECT reject; member in union:__anon2180
  /external/kernel-headers/original/linux/
usb.h 852 u8 reject; \/* submissions will fail *\/ member in struct:urb
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
main.c 60 int yymore_used, reject, real_reject, continued_action, in_rule; variable
156 if ( spprdflt && ! reject && rule_useful[default_rule] )
187 /* Don't rely on detecting use of yymore() and REJECT,
593 do_yylineno = yytext_is_array = in_rule = reject = do_stdinit = false;
887 reject = true;
889 reject = false;
918 if ( reject )
920 _( "REJECT entails a large performance penalty\n" ) );
927 if ( reject )
931 reject = true
    [all...]
  /ndk/sources/host-tools/make-3.81/
read.c 1221 int reject = 0; local
    [all...]
  /external/openssl/crypto/x509/
x509.h 273 STACK_OF(ASN1_OBJECT) *reject; /* rejected uses */ member in struct:x509_cert_aux_st
    [all...]
  /external/openssl/include/openssl/
x509.h 273 STACK_OF(ASN1_OBJECT) *reject; /* rejected uses */ member in struct:x509_cert_aux_st
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar 
org.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 427 milliseconds

1 2