Searched refs:enable_channel (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skt_utunloop.c | 838 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 D | skywalk_test_utils.c | 1075 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()
|