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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_policy.h41 union nf_inet_addr smask; member in struct:xt_policy_elem::__anon1308::__anon1309
48 union xt_policy_addr smask;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_policy.h41 union nf_inet_addr smask; member in struct:xt_policy_elem::__anon17915::__anon17916
48 union xt_policy_addr smask;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter/
H A Dxt_policy.h41 union nf_inet_addr smask; member in struct:xt_policy_elem::__anon20134::__anon20135
48 union xt_policy_addr smask;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dldblib.c276 static int makemask (const char *smask, int count) { argument
278 if (strchr(smask, 'c')) mask |= LUA_MASKCALL;
279 if (strchr(smask, 'r')) mask |= LUA_MASKRET;
280 if (strchr(smask, 'l')) mask |= LUA_MASKLINE;
286 static char *unmakemask (int mask, char *smask) { argument
288 if (mask & LUA_MASKCALL) smask[i++] = 'c';
289 if (mask & LUA_MASKRET) smask[i++] = 'r';
290 if (mask & LUA_MASKLINE) smask[i++] = 'l';
291 smask[i] = '\0';
292 return smask;
305 const char *smask = luaL_checkstring(L, arg+2); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_policy.h43 union ipt_policy_addr smask; member in struct:ipt_policy_elem
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/linux/netfilter_ipv6/
H A Dip6t_policy.h39 union ip6t_policy_addr smask; member in struct:ip6t_policy_elem
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dops-bridge.c184 u32 cf, shift, mask, smask; local
233 smask = mask << shift;
235 cf = (cf & ~smask) | ((value & mask) << shift);
251 u32 cf, shift, mask, smask; local
301 smask = mask << shift;
303 cf = (cf & ~smask) | ((value & mask) << shift);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c255 #define smask(step) ((1<<step)-1) macro
256 #define pstep(x, step) (((x)&smask(step))^(((x)>>step)&smask(step)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_softvol.c473 snd_pcm_access_mask_t smask; local
476 snd_mask_none(&smask);
479 snd_pcm_access_mask_set(&smask,
481 snd_pcm_access_mask_set(&smask,
486 snd_pcm_access_mask_set(&smask,
488 snd_pcm_access_mask_set(&smask,
492 snd_pcm_access_mask_set(&smask,
495 return _snd_pcm_hw_param_set_mask(dst, SND_PCM_HW_PARAM_ACCESS, &smask);
H A Dpcm_plug.c738 snd_pcm_access_mask_t *smask; local
744 smask = (snd_pcm_access_mask_t *)
747 if (snd_pcm_access_mask_test(smask, SND_PCM_ACCESS_MMAP_INTERLEAVED) ||
748 snd_pcm_access_mask_test(smask, SND_PCM_ACCESS_MMAP_NONINTERLEAVED) ||
749 snd_pcm_access_mask_test(smask, SND_PCM_ACCESS_MMAP_COMPLEX))
754 if (!snd_pcm_access_mask_test(smask, SND_PCM_ACCESS_RW_INTERLEAVED) &&
755 !snd_pcm_access_mask_test(smask, SND_PCM_ACCESS_RW_NONINTERLEAVED))
764 if (snd_pcm_access_mask_test(smask, SND_PCM_ACCESS_RW_INTERLEAVED))
770 if (snd_pcm_access_mask_test(smask, SND_PCM_ACCESS_RW_NONINTERLEAVED))
775 *smask
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_policy.c130 memcpy(&e->smask, &cb->val.hmask, sizeof(cb->val.hmask));
295 xtables_ip6mask_to_numeric(&e->smask.a6));
299 xtables_ipmask_to_numeric(&e->smask.a4));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_policy.c130 memcpy(&e->smask, &cb->val.hmask, sizeof(cb->val.hmask));
295 xtables_ip6mask_to_numeric(&e->smask.a6));
299 xtables_ipmask_to_numeric(&e->smask.a4));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_policy.c201 e->smask.a4 = mask;
370 mask_to_dotted((struct in_addr *)&e->smask));
H A Dlibip6t_policy.c240 in6addrcpy(&e->smask.a6, &mask);
409 mask_to_numeric((struct in6_addr *)&e->smask));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddirctrlg.cpp1529 unsigned sr, sg, sb, smask; local
1538 sr = sg = sb = smask = 0;
1541 else smask++;
1545 else smask++;
1549 else smask++;
1553 else smask++;
1556 if (smask > 2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_policy.c46 return MATCH_ADDR(saddr, smask, &x->props.saddr) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsynclink.h231 __u32 smask; member in struct:gpio_desc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclink_gt.c2890 * smask set bit indicates pin state to set
2904 DBGINFO(("%s set_gpio state=%08x smask=%08x dir=%08x dmask=%08x\n",
2905 info->device_name, gpio.state, gpio.smask,
2915 if (gpio.smask) {
2917 data |= gpio.smask & gpio.state;
2918 data &= ~(gpio.smask & ~gpio.state);
2935 gpio.smask = 0xffffffff;
2992 * smask - set bit indicates watched pin
3015 DBGINFO(("%s wait_gpio() state=%08x smask=%08x\n",
3016 info->device_name, gpio.state, gpio.smask));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dpubkey.c1298 unsigned char *smask; local
1300 smask = gcry_malloc_secure (hlen);
1301 if (!smask)
1307 rc = mgf1 (smask, hlen, frame + 1 + hlen, nframe - hlen - 1, algo);
1310 gcry_free (smask);
1314 for (n = 1, p = smask; n < 1 + hlen; n++)
1316 gcry_free (smask);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dpubkey.c1298 unsigned char *smask; local
1300 smask = gcry_malloc_secure (hlen);
1301 if (!smask)
1307 rc = mgf1 (smask, hlen, frame + 1 + hlen, nframe - hlen - 1, algo);
1310 gcry_free (smask);
1314 for (n = 1, p = smask; n < 1 + hlen; n++)
1316 gcry_free (smask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-sched.c201 unsigned char smask = QH_SMASK & hc32_to_cpu(ehci, mask); local
202 if (!smask) {
203 ehci_err(ehci, "invalid empty smask!\n");
207 return ffs(smask) - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables.c712 const struct in6_addr *saddr, const struct in6_addr *smask,
719 fw->ipv6.smsk = *smask;
709 replace_entry(const ip6t_chainlabel chain, struct ip6t_entry *fw, unsigned int rulenum, const struct in6_addr *saddr, const struct in6_addr *smask, const struct in6_addr *daddr, const struct in6_addr *dmask, int verbose, struct ip6tc_handle *handle) argument
H A Diptables.c717 const struct in_addr *saddr, const struct in_addr *smask,
724 fw->ip.smsk.s_addr = smask->s_addr;
714 replace_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int rulenum, const struct in_addr *saddr, const struct in_addr *smask, const struct in_addr *daddr, const struct in_addr *dmask, int verbose, struct iptc_handle *handle) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Dip6tables.c712 const struct in6_addr *saddr, const struct in6_addr *smask,
719 fw->ipv6.smsk = *smask;
709 replace_entry(const ip6t_chainlabel chain, struct ip6t_entry *fw, unsigned int rulenum, const struct in6_addr *saddr, const struct in6_addr *smask, const struct in6_addr *daddr, const struct in6_addr *dmask, int verbose, struct ip6tc_handle *handle) argument
H A Diptables.c706 const struct in_addr *saddr, const struct in_addr *smask,
713 fw->ip.smsk.s_addr = smask->s_addr;
703 replace_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int rulenum, const struct in_addr *saddr, const struct in_addr *smask, const struct in_addr *daddr, const struct in_addr *dmask, int verbose, struct iptc_handle *handle) argument

Completed in 429 milliseconds