Searched refs:InOut (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/rexd/ |
H A D | on.c | 89 int InOut; /* socket for stdin/stdout */ variable 166 (void) send(InOut, "", 1, MSG_OOB); in cont() 181 if (ioctl(InOut, SIOCATMARK, &atmark) < 0) { in oob() 187 (void) read(InOut, waste, sizeof (waste)); in oob() 189 (void) recv(InOut, &mark, 1, MSG_OOB); in oob() 426 rst.rst_port0 = makeport(&InOut); in main() 536 doaccept(&InOut); in main() 537 (void) fcntl(InOut, F_SETOWN, getpid()); in main() 539 FD_SET(InOut, &remmask); in main() 558 shutdown(InOut, 1); /* 1=> further sends disallowed */ in main() [all …]
|