Searched refs:promisc (Results 1 - 19 of 19) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dni52.h230 unsigned char promisc; /* promisc-mode(0) , et al (1-7) */ member in struct:configure_cmd_struct
H A Dsun3_82586.h238 unsigned char promisc; /* promisc-mode(0) , et al (1-7) */ member in struct:configure_cmd_struct
H A D3c523.h209 unsigned char promisc; /* promisc-mode(0) , et al (1-7) */ member in struct:configure_cmd_struct
H A Dacenic.c2557 ap->promisc = 1;
2559 ap->promisc = 0;
2595 if (ap->promisc) {
2600 ap->promisc = 0;
3074 if ((dev->flags & IFF_PROMISC) && !(ap->promisc)) {
3079 ap->promisc = 1;
3080 }else if (!(dev->flags & IFF_PROMISC) && (ap->promisc)) {
3085 ap->promisc = 0;
H A Dgmac.c412 /* re-initialize the multicast tables & promisc mode if any */
1007 * Configure promisc mode and setup multicast hash table
1019 int promisc = 0; local
1029 promisc = 1;
1051 if (promisc)
1106 /* Initialize the multicast tables & promisc mode if any */
1243 /* re-initialize the multicast tables & promisc mode if any */
H A Dacenic.h629 int promisc, mcast_all; member in struct:ace_private
H A Dni52.c525 cfg_cmd->promisc = 0;
529 printk("%s: switching to promisc. mode\n",dev->name);
535 cfg_cmd->promisc=1;
H A Dsun3_82586.c424 cfg_cmd->promisc = 0;
428 printk("%s: switching to promisc. mode\n",dev->name);
434 cfg_cmd->promisc=1;
H A D3c523.c626 cfg_cmd->promisc = 0;
628 cfg_cmd->promisc = 1;
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Detc.h65 bool promisc; /* promiscuous destination address */ member in struct:etc_info
H A Det_linux.c447 et->etc->promisc = (dev->flags & IFF_PROMISC)? TRUE: FALSE;
468 et->etc->promisc = FALSE;
890 etc->promisc = (dev->flags & IFF_PROMISC)? TRUE: FALSE;
H A Detc.c461 etc->promisc = (bool) on;
H A Detc47xx.c576 if (etc->promisc || (R_REG(ch->osh, &regs->rxconfig) & ERC_CA))
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Dhci_sock.c149 atomic_dec(&hdev->promisc);
279 atomic_inc(&hdev->promisc);
H A Dhci_core.c823 atomic_set(&hdev->promisc, 0);
937 if (atomic_read(&hdev->promisc)) {
1324 if (atomic_read(&hdev->promisc)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dray_cs.c2038 UCHAR promisc; local
2045 DEBUG(1,"ray_cs set_multicast_list promisc on\n");
2047 promisc = 1;
2049 &promisc, sizeof(promisc));
2054 DEBUG(1,"ray_cs set_multicast_list promisc off\n");
2056 promisc = 0;
2058 &promisc, sizeof(promisc));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/bluetooth/
H A Dhci_core.h112 atomic_t promisc; member in struct:hci_dev
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/bluetooth/
H A Dhci_core.h112 atomic_t promisc; member in struct:hci_dev
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wireless/
H A Dorinoco.c1760 int promisc, mc_count; local
1776 promisc = 1;
1779 promisc = 0;
1783 if (promisc != priv->promiscuous) {
1786 promisc);
1791 priv->promiscuous = promisc;
1794 if (! promisc && (mc_count || priv->mc_count) ) {

Completed in 138 milliseconds