taglinefilesource code
usockvec458net/socket.csock_socketpair(int family, int type, int protocol, int usockvec[2])
usockvec496net/socket.cverify_area(usockvec, 2 * sizeof(int));
usockvec497net/socket.cput_fs_long(fd1, &usockvec[0]);
usockvec498net/socket.cput_fs_long(fd2, &usockvec[1]);