Home
last modified time | relevance | path

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

/xnu-8796.121.2/tests/
H A Dnet_tuntests.c92 static int create_tunsock_old(int enable_netif, int enable_flowswitch, int channel_count, uuid_t uu…
93 static int create_tunsock_new(int enable_netif, int enable_flowswitch, int channel_count, uuid_t uu…
94 static int (*create_tunsock)(int enable_netif, int enable_flowswitch, int channel_count, uuid_t uui…
153 check_enables(int tunsock, int enable_netif, int enable_flowswitch, int channel_count, uuid_t uuid[… in check_enables() argument
200 T_QUIET; T_EXPECT_EQ(scratch, enable_flowswitch, NULL); in check_enables()
405 create_tunsock_old(int enable_netif, int enable_flowswitch, int channel_count, uuid_t uuid[]) in create_tunsock_old() argument
432 __func__, enable_netif, enable_flowswitch, channel_count); in create_tunsock_old()
437 &enable_flowswitch, sizeof(enable_flowswitch)), EINVAL, NULL); in create_tunsock_old()
456 &enable_flowswitch, sizeof(enable_flowswitch)), EINVAL, NULL); in create_tunsock_old()
488 &enable_flowswitch, sizeof(enable_flowswitch)), NULL); in create_tunsock_old()
[all …]