Searched refs:promisc (Results 26 - 50 of 60) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ehea/
H A Dehea.h477 int promisc; /* Indicates IFF_PROMISC state */ member in struct:ehea_port
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dat76c50x-usb.h407 int promisc; member in struct:at76_priv
H A Dray_cs.c1844 UCHAR promisc; local
1850 pr_debug("ray_cs set_multicast_list promisc on\n");
1852 promisc = 1;
1854 &promisc, sizeof(promisc));
1858 pr_debug("ray_cs set_multicast_list promisc off\n");
1860 promisc = 0;
1862 &promisc, sizeof(promisc));
H A Dat76c50x-usb.c1498 priv->mib_buf.data.byte = priv->promisc ? 1 : 0;
2032 if (flags && !priv->promisc) {
2034 priv->promisc = 1;
2035 } else if (!flags && priv->promisc) {
2037 priv->promisc = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dprism2sta.c952 u16 promisc; local
959 promisc = P80211ENUM_truth_true;
961 promisc = P80211ENUM_truth_false;
965 promisc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-dlpi.c608 if (p->opt.promisc) {
638 if (!p->opt.promisc) {
652 if (p->opt.promisc)
H A Dpcap-linux.c1160 * information of course). If you pass 1 as promisc the interface
1189 if (handle->opt.promisc) {
1190 handle->opt.promisc = 0;
1210 if (handle->opt.promisc)
1744 if (handle->opt.promisc)
3021 * Select promiscuous mode on if "promisc" is set.
3042 if (!is_any_device && handle->opt.promisc) {
5018 /* Go to promisc mode if requested */
5020 if (handle->opt.promisc) {
H A Dpcap-pf.c332 if (p->opt.promisc)
H A Dpcap-win32.c570 if (p->opt.promisc)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Diface.c379 * Don't count this interface for promisc/allmulti while it
552 int allmulti, promisc, sdata_allmulti, sdata_promisc; local
555 promisc = !!(dev->flags & IFF_PROMISC);
567 if (promisc != sdata_promisc) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dni52.c583 writeb(0x00, &cfg_cmd->promisc);
587 printk(KERN_ERR "%s: switching to promisc. mode\n",
589 writeb(0x01, &cfg_cmd->promisc);
593 writeb(0x01, &cfg_cmd->promisc);
H A Dsun3_82586.c429 cfg_cmd->promisc = 0;
433 printk("%s: switching to promisc. mode\n",dev->name);
434 cfg_cmd->promisc = 1;
438 cfg_cmd->promisc = 1;
H A Dacenic.h623 int promisc, mcast_all; member in struct:ace_private
H A D3c523.c644 cfg_cmd->promisc = 0;
646 cfg_cmd->promisc = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Den_port.h71 __be32 promisc; member in struct:mlx4_set_port_rqp_calc_context
H A Dmlx4_en.h531 u8 promisc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dmain.c1716 int promisc, mc_count; local
1722 promisc = 1;
1725 promisc = 0;
1729 err = __orinoco_hw_set_multicast_list(priv, dev, mc_count, promisc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/
H A Dr8180_core.c784 DMESG("NIC in promisc mode");
2725 priv->promisc = (dev->flags & IFF_PROMISC) ? 1 : 0;
3460 short promisc; local
3462 promisc = (dev->flags & IFF_PROMISC) ? 1 : 0;
3464 if (promisc != priv->promisc)
3467 priv->promisc = promisc;
H A Dr8180.h377 short promisc; member in struct:r8180_priv
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dhci_core.c920 atomic_set(&hdev->promisc, 0);
1273 if (atomic_read(&hdev->promisc)) {
1659 if (atomic_read(&hdev->promisc)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/enic/
H A Denic_main.c918 int multicast, int broadcast, int promisc, int allmulti)
924 multicast, broadcast, promisc, allmulti);
960 int promisc = (netdev->flags & IFF_PROMISC) ? 1 : 0; local
974 multicast, broadcast, promisc, allmulti);
917 enic_dev_packet_filter(struct enic *enic, int directed, int multicast, int broadcast, int promisc, int allmulti) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4.h715 int mtu, int promisc, int all_multi, int bcast, int vlanex,
H A Dt4_hw.c2593 * @promisc: 1 to enable promiscuous mode, 0 to disable it, -1 no change
2602 int mtu, int promisc, int all_multi, int bcast, int vlanex,
2610 if (promisc < 0)
2611 promisc = FW_VI_RXMODE_CMD_PROMISCEN_MASK;
2624 FW_VI_RXMODE_CMD_PROMISCEN(promisc) |
2601 t4_set_rxmode(struct adapter *adap, unsigned int mbox, unsigned int viid, int mtu, int promisc, int all_multi, int bcast, int vlanex, bool sleep_ok) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/bluetooth/
H A Dhci_core.h144 atomic_t promisc; member in struct:hci_dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8192E_core.c2377 priv->promisc = (dev->flags & IFF_PROMISC) ? 1:0;
4799 short promisc; local
4804 promisc = (dev->flags & IFF_PROMISC) ? 1:0;
4806 if (promisc != priv->promisc) {
4811 priv->promisc = promisc;

Completed in 523 milliseconds

123