Searched refs:os_channel_configure_interface_advisory (Results 1 – 4 of 4) sorted by relevance
539 os_channel_configure_interface_advisory(const channel_t chd, boolean_t enable);
816 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()
2821 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()
2288 os_channel_configure_interface_advisory(const channel_t chd, boolean_t enable) in os_channel_configure_interface_advisory() function