Home
last modified time | relevance | path

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

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