taglinefilesource code
usockvec701net/socket.cstatic int sock_socketpair(int family, int type, int protocol, unsigned long usockvec[2])
usockvec744net/socket.cer=verify_area(VERIFY_WRITE, usockvec, 2 * sizeof(int));
usockvec747net/socket.cput_fs_long(fd1, &usockvec[0]);
usockvec748net/socket.cput_fs_long(fd2, &usockvec[1]);