Home
last modified time | relevance | path

Searched refs:netinbufpos (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/netcat/
HDnetcat.c831 size_t netinbufpos = 0; in readwrite() local
861 && stdinbufpos == 0 && netinbufpos == 0) { in readwrite()
876 && stdinbufpos == 0 && netinbufpos == 0) { in readwrite()
968 if (pfd[POLL_NETIN].revents & POLLIN && netinbufpos < BUFSIZE) { in readwrite()
970 &netinbufpos); in readwrite()
979 if (netinbufpos > 0) in readwrite()
982 if (netinbufpos == BUFSIZE) in readwrite()
987 netinbufpos); in readwrite()
990 if (pfd[POLL_STDOUT].revents & POLLOUT && netinbufpos > 0) { in readwrite()
992 &netinbufpos); in readwrite()
[all …]
/freebsd-13-stable/crypto/openssh/regress/
HDnetcat.c788 size_t netinbufpos = 0; in readwrite() local
817 && stdinbufpos == 0 && netinbufpos == 0) { in readwrite()
828 && stdinbufpos == 0 && netinbufpos == 0) { in readwrite()
915 if (pfd[POLL_NETIN].revents & POLLIN && netinbufpos < BUFSIZE) { in readwrite()
917 &netinbufpos); in readwrite()
926 if (netinbufpos > 0) in readwrite()
929 if (netinbufpos == BUFSIZE) in readwrite()
934 netinbufpos); in readwrite()
937 if (pfd[POLL_STDOUT].revents & POLLOUT && netinbufpos > 0) { in readwrite()
939 &netinbufpos); in readwrite()
[all …]