Home
last modified time | relevance | path

Searched refs:REC_VERBOSE (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/pppctl/
HDpppctl.c65 #define REC_VERBOSE (4) /* Show everything */ macro
146 if (display & (REC_SHOW|REC_VERBOSE)) { in Receive()
147 if (display & REC_VERBOSE) in Receive()
167 if (display & REC_VERBOSE) in Receive()
398 verbose = REC_VERBOSE; in main()