pub unsafe extern "C" fn esp_transport_tcp_set_interface_name(
    t: *mut esp_transport_item_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