Home
last modified time | relevance | path

Searched refs:remotefd (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/pidfd_getfd/
H A Dpidfd_getfd01.c47 int flag, pid, targetfd, remotefd; in run() local
62 remotefd = TST_RET; in run()
63 flag = SAFE_FCNTL(remotefd, F_GETFD); in run()
67 TST_EXP_VAL_SILENT(kcmp(getpid(), pid, KCMP_FILE, remotefd, targetfd), 0); in run()
72 SAFE_CLOSE(remotefd); in run()
/third_party/curl/tests/server/
H A Dsocksd.c643 curl_socket_t remotefd; member
658 nwrite = send(cp->remotefd, (char *)buffer, in tunnel()
667 if(FD_ISSET(cp->remotefd, fds)) { in tunnel()
669 nread = recv(cp->remotefd, buffer, sizeof(buffer), 0); in tunnel()
731 fd = c[i].remotefd; in incoming()
762 curl_socket_t remotefd; in incoming() local
765 remotefd = sockit(newfd); /* SOCKS until done */ in incoming()
766 if(remotefd == CURL_SOCKET_BAD) { in incoming()
779 cp->remotefd = remotefd; in incoming()
[all...]

Completed in 2 milliseconds