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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h133 #define OPT_ZEROOK 0x10000 /* 0 value is OK even if not within limits */ macro
H A Doptions.c757 !((opt->flags & OPT_ZEROOK) && (iv == 0))) {
758 char *zok = (opt->flags & OPT_ZEROOK) ? " zero or" : "";

Completed in 65 milliseconds