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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dmain.c134 OPT_VALUE,
152 { "accept", 'A', OPT_VALUE, "accept", -1 },
160 { "base", 'B', OPT_VALUE, "base", -1 },
161 { "bind-address", 0, OPT_VALUE, "bindaddress", -1 },
162 { IF_SSL ("ca-certificate"), 0, OPT_VALUE, "cacertificate", -1 },
163 { IF_SSL ("ca-directory"), 0, OPT_VALUE, "cadirectory", -1 },
165 { IF_SSL ("certificate"), 0, OPT_VALUE, "certificate", -1 },
166 { IF_SSL ("certificate-type"), 0, OPT_VALUE, "certificatetype", -1 },
169 { "connect-timeout", 0, OPT_VALUE, "connecttimeout", -1 },
174 { "cut-dirs", 0, OPT_VALUE, "cutdir
132 OPT_VALUE, enumerator in enum:cmdline_option::__anon3062
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Doptions.c622 v = opt->flags & OPT_VALUE;
654 a = opt->flags & OPT_VALUE;
675 v = opt->flags & OPT_VALUE;
834 v = opt->flags & OPT_VALUE;
842 v = opt->flags & OPT_VALUE;
H A Dpppd.h92 #define OPT_VALUE 0xff /* mask for presupplied value */ macro
121 #define OPT_VAL(x) ((x) & OPT_VALUE)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c696 v = opt->flags & OPT_VALUE;
734 a = opt->flags & OPT_VALUE;
755 v = opt->flags & OPT_VALUE;
897 v = opt->flags & OPT_VALUE;
905 v = opt->flags & OPT_VALUE;
H A Dpppd.h115 #define OPT_VALUE 0xff /* mask for presupplied value */ macro
146 #define OPT_VAL(x) ((x) & OPT_VALUE)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dpppd.h92 #define OPT_VALUE 0xff /* mask for presupplied value */ macro
121 #define OPT_VAL(x) ((x) & OPT_VALUE)

Completed in 46 milliseconds