pub fn sys_listen(socket_fd: c_int, backlog: c_int) -> c_int
net
Listen for connections on a socket
Return 0 if success.