pub fn sys_bind( socket_fd: c_int, socket_addr: *const sockaddr, addrlen: socklen_t, ) -> c_int
net
Bind a address to a socket.
Return 0 if success.