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

  /src/libexec/rlogind/
rlogind.c 421 static char oobdata[] = {TIOCPKT_WINDOW}; variable in typeref:typename:char[]
435 oobdata[0] &= ~TIOCPKT_WINDOW; /* we know he heard */
464 send(f, oobdata, 1, MSG_OOB); /* indicate new rlogin */
494 cntl |= oobdata[0];
550 pibuf[0] |= oobdata[0];
rlogind.c 421 static char oobdata[] = {TIOCPKT_WINDOW}; variable in typeref:typename:char[]
435 oobdata[0] &= ~TIOCPKT_WINDOW; /* we know he heard */
464 send(f, oobdata, 1, MSG_OOB); /* indicate new rlogin */
494 cntl |= oobdata[0];
550 pibuf[0] |= oobdata[0];

Completed in 22 milliseconds