HomeSort by: relevance | last modified time | path
    Searched defs:readwrite (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/nc/
netcat.c 135 void readwrite(int, struct tls *);
583 readwrite(s, NULL);
608 readwrite(s, NULL);
623 readwrite(connfd, tls_cctx);
626 readwrite(connfd, NULL);
655 readwrite(s, NULL);
726 readwrite(s, tls_ctx);
739 readwrite(s, NULL);
1056 * readwrite()
1060 readwrite(int net_fd, struct tls *tls_ctx function in typeref:typename:void
    [all...]
netcat.c 135 void readwrite(int, struct tls *);
583 readwrite(s, NULL);
608 readwrite(s, NULL);
623 readwrite(connfd, tls_cctx);
626 readwrite(connfd, NULL);
655 readwrite(s, NULL);
726 readwrite(s, tls_ctx);
739 readwrite(s, NULL);
1056 * readwrite()
1060 readwrite(int net_fd, struct tls *tls_ctx function in typeref:typename:void
    [all...]

Completed in 23 milliseconds