taglinefilesource code
usockvec439net/socket.csock_socketpair(int family, int type, int protocol, unsigned long usockvec[2])
usockvec472net/socket.cer=verify_area(VERIFY_WRITE, usockvec, 2 * sizeof(int));
usockvec475net/socket.cput_fs_long(fd1, &usockvec[0]);
usockvec476net/socket.cput_fs_long(fd2, &usockvec[1]);