// Wrapper functions for Socket system calls. int np_socket( int domain, int type, int protocol) ; int np_bind(int s, const struct sockaddr *addr, int addrlen); int np_connect(int s, const struct sockaddr *addr, int addrlen);