Skip to main content

ntohl

Function ntohl 

Source
#[unsafe(no_mangle)]
pub extern "C" fn ntohl(netlong: uint32_t) -> uint32_t
Expand description

See https://pubs.opengroup.org/onlinepubs/9799919799/functions/htonl.html.

Converts netlong from network byte order to host byte order.