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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h123 #define OPT_VALUE 0xff /* mask for presupplied value */ macro
146 #define OPT_VAL(x) ((x) & OPT_VALUE)
H A Doptions.c744 v = opt->flags & OPT_VALUE;
776 a = opt->flags & OPT_VALUE;
804 v = opt->flags & OPT_VALUE;

Completed in 65 milliseconds