Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/skywalk/channel/
H A Dos_channel.h539 os_channel_configure_interface_advisory(const channel_t chd, boolean_t enable);
/xnu-11417.121.6/tests/skywalk/
H A Dskt_netifdirect.c816 assert(os_channel_configure_interface_advisory(port.chan, TRUE) == 0); in skt_netifdirect_xfer_ipv6()
822 assert(os_channel_configure_interface_advisory(port.chan, FALSE) == 0); in skt_netifdirect_xfer_ipv6()
H A Dskt_xfer.c2821 assert(os_channel_configure_interface_advisory(port.chan, TRUE) == 0); in skt_xfer_udp_common()
2827 assert(os_channel_configure_interface_advisory(port.chan, FALSE) == 0); in skt_xfer_udp_common()
/xnu-11417.121.6/libsyscall/wrappers/skywalk/
H A Dos_channel.c2288 os_channel_configure_interface_advisory(const channel_t chd, boolean_t enable) in os_channel_configure_interface_advisory() function