#[no_mangle]
pub unsafe extern "C" fn ax_bind(
socket_fd: c_int,
socket_addr: *const sockaddr,
addrlen: c_uint
) -> c_int
Available on crate features
net
and cbindings
only.Expand description
Bind a address to a socket.
Return 0 if success.