Home
last modified time | relevance | path

Searched refs:enable_channel (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/tests/skywalk/
H A Dskt_utunloop.c838 skt_tunloop_common(bool doutun, bool enable_netif, bool enable_channel, bool udp, bool udpduplex, b… in skt_tunloop_common() argument
875 flags |= enable_channel ? SKTU_IFF_ENABLE_CHANNEL : 0; in skt_tunloop_common()
H A Dskywalk_test_utils.c1075 int enable_netif, attach_fsw, enable_channel; in sktu_create_interface() local
1093 enable_channel = ((flags & SKTU_IFF_ENABLE_CHANNEL) != 0) ? 1 : 0; in sktu_create_interface()
1143 …setsockopt(tunsock, SYSPROTO_CONTROL, OPT_ENABLE_CHANNEL, &enable_channel, sizeof(enable_channel)); in sktu_create_interface()
1149 assert(enable_channel == scratch); in sktu_create_interface()