Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ppp/dist/pppd/
Doptions.h73 #define OPT_ZEROOK 0x10000 /* 0 value is OK even if not within limits */ macro
Doptions.c880 && !((opt->flags & OPT_ZEROOK && iv == 0))) { in process_option()
881 char *zok = (opt->flags & OPT_ZEROOK)? " zero or": ""; in process_option()