Home
last modified time | relevance | path

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

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