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