Searched refs:reject (Results 1 - 25 of 33) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibip6t_REJECT.c41 printf("Valid reject types:\n");
58 "--reject-with type drop input packet and send back\n"
65 { "reject-with", 1, 0, '1' },
73 struct ip6t_reject_info *reject = (struct ip6t_reject_info *)t->data; local
76 reject->with = IP6T_ICMP6_PORT_UNREACH;
89 struct ip6t_reject_info *reject = local
98 "Unexpected `!' after --reject-with");
102 reject->with = reject_table[i].with;
106 exit_error(PARAMETER_PROBLEM, "unknown reject type `%s'",optarg);
125 const struct ip6t_reject_info *reject local
140 const struct ip6t_reject_info *reject local
151 struct ip6tables_target reject variable in typeref:struct:ip6tables_target
[all...]
H A Dlibipt_REJECT.c42 printf("Valid reject types:\n");
59 "--reject-with type drop input packet and send back\n"
66 { "reject-with", 1, 0, '1' },
74 struct ipt_reject_info *reject = (struct ipt_reject_info *)t->data; local
77 reject->with = IPT_ICMP_PORT_UNREACHABLE;
90 struct ipt_reject_info *reject = (struct ipt_reject_info *)(*target)->data; local
98 "Unexpected `!' after --reject-with");
102 reject->with = reject_table[i].with;
109 fprintf(stderr, "--reject-with echo-reply no longer"
111 exit_error(PARAMETER_PROBLEM, "unknown reject typ
130 const struct ipt_reject_info *reject local
144 const struct ipt_reject_info *reject local
156 struct iptables_target reject variable in typeref:struct:iptables_target
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/
H A Dpppol2tp.c297 int reject; local
340 reject = (buf[0] == CONFREJ);
365 if (reject) {
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/
H A Dpppol2tp.c291 int reject; local
334 reject = (buf[0] == CONFREJ);
359 if (reject) {
/asus-wl-520gu-7.0.1.45/src/tools/upnp/upnp/
H A Dupnp.c166 Strip characters in 'reject' from start and end of the string 'str'.
169 char *strip_chars(char *str, char *reject) argument
173 str += strspn(str, reject);
175 while (end > str && strpbrk(end, reject))
H A Dsoap.c18 extern char *strip_chars(char *str, char *reject);
H A Dssdp.c24 extern char *strip_chars(char *str, char *reject);
H A Dhttp.c21 extern char *strip_chars(char *str, char *reject);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dipt_REJECT.c3 * Added support for customized reject packets (Jozsef Kadlecsik).
285 static unsigned int reject(struct sk_buff **pskb, function
292 const struct ipt_reject_info *reject = targinfo; local
302 switch (reject->with) {
372 = { { NULL, NULL }, "REJECT", reject, check, NULL, THIS_MODULE };
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dipt_REJECT.c3 * Added support for customized reject packets (Jozsef Kadlecsik).
285 static unsigned int reject(struct sk_buff **pskb, function
292 const struct ipt_reject_info *reject = targinfo; local
302 switch (reject->with) {
372 = { { NULL, NULL }, "REJECT", reject, check, NULL, THIS_MODULE };
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/
H A Dsession.c731 int reject; local
772 reject = (buf[0] == 4);
795 if (reject) {
H A Dconfigure1184 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dbcmstdlib.c523 BCMROMFN(strcspn)(const char *s, const char *reject) argument
527 while (s[count] && !index(reject, s[count]))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Ddabusb.c752 goto reject;
756 goto reject;
763 goto reject;
771 reject:
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/scsi/
H A Dfas216.c382 enum { sync, async, none, reject } res = none; enumerator in enum:__anon745
410 res = reject;
443 * bounds, we must reject the message.
446 res = reject;
456 res = reject;
467 case reject:
494 enum { wide, bit8, none, reject } res = none; enumerator in enum:__anon746
522 res = reject;
548 * bounds, we must reject the message.
551 res = reject;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/networkmap/
H A Dfunction.c22 static char *strip_chars(char *str, char *reject);
596 static char *strip_chars(char *str, char *reject) argument
600 str += strspn(str, reject);
602 while (end > str && strpbrk(end, reject))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2734 int reject; local
2741 reject = FALSE;
2790 reject = TRUE;
2837 reject = TRUE;
2868 reject = TRUE;
2899 * request, reject it.
2902 reject = TRUE;
2936 if (sending_reply == FALSE && reject == FALSE) {
2961 reject = TRUE;
3013 * then we'll have to reject th
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dmesh.c1655 goto reject;
1684 goto reject;
1717 goto reject;
1721 reject:
H A Daic7xxx_old.c4559 * the option values other than 0 are not allowed to reject the
5373 int reject, reply, done; local
5385 reply = reject = done = FALSE;
5400 reject = TRUE;
5437 if ( !reject && (p->msg_len > 2) )
5446 reject = TRUE;
5513 * so reject this incoming WDTR
5515 reject = TRUE;
5589 reject = TRUE;
5607 reject
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dcosa.c1818 goto reject;
1829 reject: /* Reject the packet */
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Dconfigure1120 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dconfigure1055 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dx509.h247 STACK_OF(ASN1_OBJECT) *reject; /* rejected uses */ member in struct:x509_cert_aux_st
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dx509.h266 STACK_OF(ASN1_OBJECT) *reject; /* rejected uses */ member in struct:x509_cert_aux_st
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/
H A Dconfigure2124 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */

Completed in 399 milliseconds

12