Home
last modified time | relevance | path

Searched refs:sktu_create_interface_channel (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.81.4/tests/skywalk/
H A Dskt_utun27302538.c88 channel = sktu_create_interface_channel(SKTU_IFT_UTUN, tunsock); in skt_utun27302538_common()
H A Dskywalk_test_utils.h270 channel_t sktu_create_interface_channel(sktu_if_type_t type, int tunsock);
H A Dskt_utunloop.c903 g_channel1 = sktu_create_interface_channel(type, utun1); in skt_tunloop_common()
904 g_channel2 = sktu_create_interface_channel(type, utun2); in skt_tunloop_common()
H A Dskywalk_test_utils.c1186 sktu_create_interface_channel(sktu_if_type_t type, int tunsock) in sktu_create_interface_channel() function