pub unsafe extern "C" fn pomp_addr_format(
buf: *mut c_char,
buflen: u32,
addr: *const sockaddr,
addrlen: u32,
) -> c_intExpand description
Format a socket address into a string. @param buf: destination buffer @param buflen: maximum size of destination buffer. @param addr: address to format. @param addrlen: size of address. @return 0 in case of success, negative errno value in case of error.