Function libzt::zts_ipaddr_ntoa[][src]

pub unsafe extern "C" fn zts_ipaddr_ntoa(
    addr: *const zts_ip_addr
) -> *mut c_char
Expand description

Convert numeric IP address (both versions) into ASCII representation. returns ptr to static buffer. Not reentrant.

@param addr IP address in network order to convert @return Pointer to a global static (!) buffer that holds the ASCII representation of addr