pub unsafe extern "C" fn esp_ip4addr_aton(addr: *const c_char) -> u32
Expand description

@brief Ascii internet address interpretation routine The value returned is in network order.

@param addr IP address in ascii representation (e.g. “127.0.0.1”) @return ip address in network order