taglinefilesource code
fd2633net/socket.cint fd1, fd2, i;
fd2655net/socket.cif ((fd2 = sock_socket(family, type, protocol)) < 0) 
fd2661net/socket.csock2 = sockfd_lookup(fd2, NULL);
fd2665net/socket.csys_close(fd2);
fd2678net/socket.cput_fs_long(fd2, &usockvec[1]);