Home
last modified time | relevance | path

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

/external/ppp/pppd/
Doptions.c218 "Take options from a file", OPT_NOPRINT },
220 "Take options from a privileged file", OPT_NOPRINT },
875 if (opt->flags & OPT_NOPRINT)
Dpppd.h144 #define OPT_NOPRINT 0x40000000 /* don't print this option at all */ macro