Searched refs:rule (Results 301 - 325 of 361) sorted by relevance

<<1112131415

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/crypto/
H A Dzcrypt_pcixcc.c114 * - rule block (one of:)
361 char rule[8]; member in struct:__anon29619
389 memcpy(msg->rule, "RANDOM ", 8);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/wireless/
H A Dreg.c399 /* Sanity check on a regulatory rule */
400 static bool is_valid_reg_rule(const struct ieee80211_reg_rule *rule) argument
402 const struct ieee80211_freq_range *freq_range = &rule->freq_range;
458 * @freq_range: frequency rule we want to query
461 * This lets us know if a specific frequency rule is or is not relevant to
464 * safe for now to assume that a frequency rule should not be part of a
467 * regulatory rule support for other "bands".
566 * is it will return -EINVAL if the rule computed makes no sense.
598 * write to the target rule directly saving ourselves
605 * No need to memset here the intersected rule her
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/www/
H A DAdvanced_WTFast_Content.asp361 var WTF_Warning_MSG = "There is no rule enabled. Are you sure to apply the settings?";//Untranslated
466 alert("The number of enabled rules reaches the limitiation of the account. The added rule will be default disabled.");
697 alert("The number of enabled rules reaches the limitiation of the account. You can't enable rule unless you disable one existed enabled rule first.");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/www/
H A DAdvanced_WTFast_Content.asp361 var WTF_Warning_MSG = "There is no rule enabled. Are you sure to apply the settings?";//Untranslated
466 alert("The number of enabled rules reaches the limitiation of the account. The added rule will be default disabled.");
697 alert("The number of enabled rules reaches the limitiation of the account. You can't enable rule unless you disable one existed enabled rule first.");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/rme9652/
H A Dhdspm.c3908 struct snd_pcm_hw_rule * rule)
3910 struct hdspm *hdspm = rule->private;
3935 struct snd_pcm_hw_rule * rule)
3937 struct hdspm *hdspm = rule->private;
3963 struct snd_pcm_hw_rule *rule)
3966 struct hdspm *hdspm = rule->private;
3907 snd_hdspm_hw_rule_channels_rate(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule * rule) argument
3934 snd_hdspm_hw_rule_rate_channels(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule * rule) argument
3962 snd_hdspm_hw_rule_channels(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/rme9652/
H A Dhdspm.c3908 struct snd_pcm_hw_rule * rule)
3910 struct hdspm *hdspm = rule->private;
3935 struct snd_pcm_hw_rule * rule)
3937 struct hdspm *hdspm = rule->private;
3963 struct snd_pcm_hw_rule *rule)
3966 struct hdspm *hdspm = rule->private;
3907 snd_hdspm_hw_rule_channels_rate(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule * rule) argument
3934 snd_hdspm_hw_rule_rate_channels(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule * rule) argument
3962 snd_hdspm_hw_rule_channels(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv6/
H A Daddrconf.c977 int rule; member in struct:ipv6_saddr_score
1007 if (i <= score->rule) {
1115 score->rule = i;
1137 hiscore->rule = -1;
1195 score->rule = -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv6/
H A Daddrconf.c977 int rule; member in struct:ipv6_saddr_score
1007 if (i <= score->rule) {
1115 score->rule = i;
1137 hiscore->rule = -1;
1195 score->rule = -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/
H A Dip6tables.c336 "Usage: %s -[AD] chain rule-specification [options]\n"
337 " %s -[RI] chain rulenum rule-specification [options]\n"
352 " --delete -D chain Delete matching rule from chain\n"
354 " Delete rule rulenum (1 = first) from chain\n"
358 " Replace rule rulenum (1 = first) in chain\n"
380 " target for rule (may load target extension)\n"
934 parse_rulenumber(const char *rule) argument
938 if (string_to_number(rule, 1, INT_MAX, &rulenum) == -1)
940 "Invalid rule number `%s'", rule);
[all...]
H A Diptables.c417 "Usage: %s -[AD] chain rule-specification [options]\n"
418 " %s -[RI] chain rulenum rule-specification [options]\n"
433 " --delete -D chain Delete matching rule from chain\n"
435 " Delete rule rulenum (1 = first) from chain\n"
439 " Replace rule rulenum (1 = first) in chain\n"
461 " target for rule (may load target extension)\n"
908 parse_rulenumber(const char *rule) argument
912 if (string_to_number(rule, 1, INT_MAX, &rulenum) == -1)
914 "Invalid rule number `%s'", rule);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A Dusb.c1429 int type = 0, rule = 0, enable = 0; local
1484 case 4: // rule
1485 rule = atoi(next_word);
1525 sprintf(true_cloud_setting, "%d>%s>%s>%s>%d>%s%s%s>%d", type, username, password, url, rule, mountpoint, (other_path != NULL)?"/":"", (other_path != NULL)?other_path:"", enable);
2348 // dir rule:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Dusb.c1429 int type = 0, rule = 0, enable = 0; local
1484 case 4: // rule
1485 rule = atoi(next_word);
1525 sprintf(true_cloud_setting, "%d>%s>%s>%s>%d>%s%s%s>%d", type, username, password, url, rule, mountpoint, (other_path != NULL)?"/":"", (other_path != NULL)?other_path:"", enable);
2348 // dir rule:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/
H A Dip6tables.c336 "Usage: %s -[AD] chain rule-specification [options]\n"
337 " %s -[RI] chain rulenum rule-specification [options]\n"
352 " --delete -D chain Delete matching rule from chain\n"
354 " Delete rule rulenum (1 = first) from chain\n"
358 " Replace rule rulenum (1 = first) in chain\n"
380 " target for rule (may load target extension)\n"
934 parse_rulenumber(const char *rule) argument
938 if (string_to_number(rule, 1, INT_MAX, &rulenum) == -1)
940 "Invalid rule number `%s'", rule);
[all...]
H A Diptables.c417 "Usage: %s -[AD] chain rule-specification [options]\n"
418 " %s -[RI] chain rulenum rule-specification [options]\n"
433 " --delete -D chain Delete matching rule from chain\n"
435 " Delete rule rulenum (1 = first) from chain\n"
439 " Replace rule rulenum (1 = first) in chain\n"
461 " target for rule (may load target extension)\n"
908 parse_rulenumber(const char *rule) argument
912 if (string_to_number(rule, 1, INT_MAX, &rulenum) == -1)
914 "Invalid rule number `%s'", rule);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Dusb.c1429 int type = 0, rule = 0, enable = 0; local
1484 case 4: // rule
1485 rule = atoi(next_word);
1525 sprintf(true_cloud_setting, "%d>%s>%s>%s>%d>%s%s%s>%d", type, username, password, url, rule, mountpoint, (other_path != NULL)?"/":"", (other_path != NULL)?other_path:"", enable);
2348 // dir rule:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/
H A Dip6tables.c336 "Usage: %s -[AD] chain rule-specification [options]\n"
337 " %s -[RI] chain rulenum rule-specification [options]\n"
352 " --delete -D chain Delete matching rule from chain\n"
354 " Delete rule rulenum (1 = first) from chain\n"
358 " Replace rule rulenum (1 = first) in chain\n"
380 " target for rule (may load target extension)\n"
934 parse_rulenumber(const char *rule) argument
938 if (string_to_number(rule, 1, INT_MAX, &rulenum) == -1)
940 "Invalid rule number `%s'", rule);
[all...]
H A Diptables.c417 "Usage: %s -[AD] chain rule-specification [options]\n"
418 " %s -[RI] chain rulenum rule-specification [options]\n"
433 " --delete -D chain Delete matching rule from chain\n"
435 " Delete rule rulenum (1 = first) from chain\n"
439 " Replace rule rulenum (1 = first) in chain\n"
461 " target for rule (may load target extension)\n"
908 parse_rulenumber(const char *rule) argument
912 if (string_to_number(rule, 1, INT_MAX, &rulenum) == -1)
914 "Invalid rule number `%s'", rule);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/sound/
H A Dpcm.h212 struct snd_pcm_hw_rule *rule);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/wl12xx/
H A Dwl1271_acx.c474 ie_table->table[idx++] = r->rule;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_acx.c474 ie_table->table[idx++] = r->rule;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/sound/
H A Dpcm.h212 struct snd_pcm_hw_rule *rule);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sambaclient/
H A Dlist.c381 if(smb_config.multrule[index]->rule == 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sambaclient/
H A Dlist.c381 if(smb_config.multrule[index]->rule == 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sambaclient/
H A Dlist.c381 if(smb_config.multrule[index]->rule == 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/doc/
H A Dip-tunnels.tex55 A: Yes, in 2.2 the rule that {\em normal} gateway must reside on directly

Completed in 268 milliseconds

<<1112131415