Searched refs:promisc (Results 1 – 15 of 15) sorted by relevance
| /dragonfly/sys/netgraph/ether/ |
| HD | ng_ether.c | 78 u_char promisc; /* promiscuous mode enabled */ member 449 *((u_int32_t *)resp->data) = priv->promisc; in ng_ether_rcvmsg() 460 if (want ^ priv->promisc) { in ng_ether_rcvmsg() 463 priv->promisc = want; in ng_ether_rcvmsg() 599 if (priv->promisc) { /* disable promiscuous mode */ in ng_ether_rmnode() 601 priv->promisc = 0; in ng_ether_rmnode()
|
| /dragonfly/sys/netgraph7/ether/ |
| HD | ng_ether.c | 81 u_char promisc; /* promiscuous mode enabled */ member 465 *((u_int32_t *)resp->data) = priv->promisc; in ng_ether_rcvmsg() 476 if (want ^ priv->promisc) { in ng_ether_rcvmsg() 479 priv->promisc = want; in ng_ether_rcvmsg() 689 if (priv->promisc) { /* disable promiscuous mode */ in ng_ether_shutdown() 691 priv->promisc = 0; in ng_ether_shutdown()
|
| /dragonfly/sys/dev/netif/oce/ |
| HD | oce_if.c | 238 sc->promisc = OCE_DEFAULT_PROMISCUOUS; in oce_attach() 400 if ((ifp->if_flags & IFF_PROMISC) && !sc->promisc) { in oce_ioctl() 401 sc->promisc = TRUE; in oce_ioctl() 402 oce_rxf_set_promiscuous(sc, sc->promisc); in oce_ioctl() 403 } else if (!(ifp->if_flags & IFF_PROMISC) && sc->promisc) { in oce_ioctl() 404 sc->promisc = FALSE; in oce_ioctl() 405 oce_rxf_set_promiscuous(sc, sc->promisc); in oce_ioctl()
|
| HD | oce_hw.c | 418 rc = oce_rxf_set_promiscuous(sc, sc->promisc); in oce_create_nw_interface()
|
| HD | oce_hw.h | 1737 uint8_t promisc; member 1741 uint8_t promisc;
|
| HD | oce_if.h | 872 uint32_t promisc; member
|
| HD | oce_mbox.c | 646 fwcmd->params.req.promisc = (uint8_t) enable_promisc; in oce_config_vlan()
|
| /dragonfly/contrib/libpcap/ |
| HD | pcap.c | 2513 p->opt.promisc = 0; 2557 pcap_set_promisc(pcap_t *p, int promisc) argument 2561 p->opt.promisc = promisc; 2762 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms, char *errbuf) argument 2802 promisc ? PCAP_OPENFLAG_PROMISCUOUS : 0, to_ms, 2830 status = pcap_set_promisc(p, promisc);
|
| HD | pcap-int.h | 149 int promisc; member
|
| HD | pcap-dpdk.c | 908 if (p->opt.promisc){ in pcap_dpdk_activate()
|
| HD | pcap-bpf.c | 2568 if (p->opt.promisc) {
|
| HD | CHANGES | 974 - Document promisc argument to pcap_open_live(). Reported by Ian Marsh
|
| /dragonfly/tools/tools/net80211/w00t/ |
| HD | README | 7 ifconfig wlan create wlandev ath0 wlanmode ahdemo channel 7 promisc up
|
| /dragonfly/sys/dev/virtual/virtio/net/ |
| HD | if_vtnet.c | 2528 int ucnt, mcnt, promisc, allmulti, error; in vtnet_rx_filter_mac() local 2534 promisc = 0; in vtnet_rx_filter_mac() 2555 promisc = 1; in vtnet_rx_filter_mac() 2565 if (promisc != 0) { in vtnet_rx_filter_mac() 2597 if (promisc != 0 && allmulti != 0) in vtnet_rx_filter_mac() 2621 if (promisc != 0 && vtnet_set_promisc(sc, 1) != 0) in vtnet_rx_filter_mac()
|
| /dragonfly/sys/dev/netif/mxge/ |
| HD | if_mxge.c | 1019 mxge_change_promisc(mxge_softc_t *sc, int promisc) in mxge_change_promisc() argument 1026 promisc = 1; in mxge_change_promisc() 1028 if (promisc) in mxge_change_promisc()
|