Home
last modified time | relevance | path

Searched refs:sniffer (Results 1 – 17 of 17) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/
H A Dgssdp_1.6.3.bb24 SNIFFER = "${@bb.utils.contains("BBFILE_COLLECTIONS", "gnome-layer", "sniffer", "", d)}"
27 PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk4,"
29 REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'sniffer', 'opengl', '', d)}"
/openbmc/linux/drivers/macintosh/
H A Drack-meter.c50 struct delayed_work sniffer; member
215 container_of(work, struct rackmeter_cpu, sniffer.work); in rackmeter_do_timer()
253 schedule_delayed_work_on(cpu, &rcpu->sniffer, in rackmeter_do_timer()
268 INIT_DELAYED_WORK(&rm->cpu[0].sniffer, rackmeter_do_timer); in rackmeter_init_cpu_sniffer()
270 INIT_DELAYED_WORK(&rm->cpu[1].sniffer, rackmeter_do_timer); in rackmeter_init_cpu_sniffer()
280 schedule_delayed_work_on(cpu, &rm->cpu[cpu].sniffer, in rackmeter_init_cpu_sniffer()
287 cancel_delayed_work_sync(&rm->cpu[0].sniffer); in rackmeter_stop_cpu_sniffer()
288 cancel_delayed_work_sync(&rm->cpu[1].sniffer); in rackmeter_stop_cpu_sniffer()
/openbmc/linux/Documentation/networking/device_drivers/wifi/
H A Dray_cs.rst132 sniffer integer 0 = not sniffer (default),
133 1 = sniffer which can be used to record all
141 More on sniffer mode:
147 don't need to use sniffer mode. Also, some packet types are never
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jpnevulator/
H A Djpnevulator_git.bb1 SUMMARY = "A handy serial sniffer"
/openbmc/linux/drivers/s390/net/
H A Dqeth_l3_sys.c141 return sysfs_emit(buf, "%i\n", card->options.sniffer ? 1 : 0); in qeth_l3_dev_sniffer_show()
169 card->options.sniffer = i; in qeth_l3_dev_sniffer_store()
174 card->options.sniffer = i; in qeth_l3_dev_sniffer_store()
189 static DEVICE_ATTR(sniffer, 0644, qeth_l3_dev_sniffer_show,
222 if (card->options.sniffer) { in qeth_l3_dev_hsuid_store()
H A Dqeth_l3_main.c627 if (card->options.sniffer) in qeth_l3_register_addr_entry()
663 if (card->options.sniffer) in qeth_l3_deregister_addr_entry()
1140 } else if (card->options.sniffer && /* HiperSockets trace */ in qeth_l3_set_promisc_mode()
1162 if (!card->options.sniffer) { in qeth_l3_rx_mode_work()
1742 if (card->options.sniffer) in qeth_l3_hard_start_xmit()
1984 if (!card->options.sniffer) { in qeth_l3_set_online()
2047 if (card->options.sniffer && in qeth_l3_set_offline()
H A Dqeth_core.h752 int sniffer; member
H A Dqeth_core_main.c5500 if (card->options.sniffer) in qeth_l3_rebuild_skb()
5514 if (!card->options.sniffer && in qeth_l3_rebuild_skb()
/openbmc/linux/drivers/net/wireless/legacy/
H A Dray_cs.c137 static int sniffer; variable
169 module_param(sniffer, int, 0);
1512 if (sniffer) in ray_open()
1931 if (!sniffer && (local->net_type == INFRA) in ray_interrupt()
1973 if (!sniffer) in ray_interrupt()
2010 if (!sniffer) in ray_interrupt()
2018 if (!sniffer) in ray_interrupt()
2068 if (sniffer) in ray_rx()
2075 if (sniffer) in ray_rx()
2085 if (sniffer) in ray_rx()
[all …]
/openbmc/linux/drivers/firewire/
H A DKconfig75 tristate "Nosy - a FireWire traffic sniffer for PCILynx cards"
78 Nosy is an IEEE 1394 packet sniffer that is used for protocol
/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Dmac.c311 u32 sniffer = AR9170_MAC_SNIFFER_DEFAULTS; in carl9170_set_operating_mode() local
383 carl9170_regwrite(AR9170_MAC_REG_SNIFFER, sniffer); in carl9170_set_operating_mode()
H A DKconfig50 usbmon [software] or special usb sniffer hardware.
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/owfs/
H A Dowfs_3.2p3.bb54 DESCRIPTION:owtap = "Packet sniffer for the owserver protocol"
/openbmc/linux/Documentation/admin-guide/media/
H A Dfaq.rst147 DVB sniffer program to monitor, analyze, debug, dump
/openbmc/linux/drivers/bluetooth/
H A DKconfig306 sniffer devices.
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c778 prio = &dev->flow_db->sniffer[ft_type]; in get_flow_table()
2288 fs_cleanup_anchor(dev->flow_db->sniffer, MLX5_IB_NUM_SNIFFER_FTS); in mlx5_ib_fs_cleanup_anchor()
H A Dmlx5_ib.h314 struct mlx5_ib_flow_prio sniffer[MLX5_IB_NUM_SNIFFER_FTS]; member