Function esp_idf_sys::esp_transport_tcp_set_interface_name
source ยท pub unsafe extern "C" fn esp_transport_tcp_set_interface_name(
t: esp_transport_handle_t,
if_name: *mut ifreq,
)
Expand description
@brief Set name of interface that socket can be binded on So the data can transport on this interface
@param[in] t The transport handle @param[in] if_name The interface name