Home
last modified time | relevance | path

Searched refs:CHMODE_MONITOR_TX (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/core/
H A Dskywalk_proc_info.c48 if ((ch_mode & CHMODE_MONITOR_TX) != 0) { in ch_mode_to_flags()
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dos_channel_private.h499 #define CHMODE_MONITOR_TX 0x00000001 macro
509 (CHMODE_MONITOR_TX | CHMODE_MONITOR_RX)
/xnu-8019.80.24/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c553 return t == NR_RX ? CHMODE_MONITOR_RX : CHMODE_MONITOR_TX; in nx_mon_txrx2chmode()
1536 (chr->cr_mode & CHMODE_MONITOR_TX) ? "r" : "", in nx_monitor_na_find()
/xnu-8019.80.24/libsyscall/wrappers/skywalk/
H A Dos_channel.c518 init.ci_ch_mode |= CHMODE_MONITOR_TX; in os_channel_create_extended()
/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus.c3192 flags |= (ch_mode & CHMODE_MONITOR_TX) ? SCHF_MONITOR_TX : 0; in nexus_channel_get_flags()