Searched defs:readstream (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c138 static int readstream(int, char *, int);
1076 * Note that sockmod has to be removed since readstream assumes
1108 * readstream will do a getmsg till it receives
1113 if ((nsize = readstream(f, rlbuf, BUFSIZ)) < 0)
1114 fatalperror(f, "readstream failed");
1577 readstream(int fd, char *buf, int size) function
H A Din.telnetd.c269 static int readstream(int, char *, int);
2912 * Note that sockmod has to be removed since readstream assumes
2976 * readstream will do a getmsg till it receives M_PROTO type
2981 while ((nsize = readstream(f, netibuf, ncc + netip - netibuf)) > 0) {
2986 fatalperror(f, "readstream failed\n", errno);
4540 readstream(int fd, char *buf, int offset) function

Completed in 54 milliseconds