Searched refs:REC_SHOW (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/pppctl/
H A Dpppctl.c63 #define REC_SHOW (2) /* Show everything except prompts */ macro
145 if (display & (REC_SHOW|REC_VERBOSE)) {
302 if (Receive(td->ppp, REC_SHOW) != 0)
655 if (Receive(fd, verbose | REC_SHOW) != 0) {
665 while (Receive(fd, verbose | REC_SHOW) == 0)

Completed in 56 milliseconds