Searched refs:OPT_ENABLE (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c87 #define OPT_ENABLE 20 macro
395 case OPT_ENABLE:
902 else if (strcmp(options, cfga_str(OPT_ENABLE))) {
924 err = disable ? OPT_DISABLE : OPT_ENABLE;
953 err = disable ? OPT_DISABLE : OPT_ENABLE;
973 err = disable ? OPT_DISABLE : OPT_ENABLE;
1004 err = disable ? OPT_DISABLE : OPT_ENABLE;
1019 err = disable ? OPT_DISABLE : OPT_ENABLE;
1093 else if (strcmp(options, cfga_str(OPT_ENABLE))) {
1136 err = disable ? OPT_DISABLE : OPT_ENABLE;
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.c153 "Add default route", OPT_ENABLE|1, &ipcp_allowoptions[0].default_route },
161 "Add proxy ARP entry", OPT_ENABLE|1, &ipcp_allowoptions[0].proxy_arp },
163 "Add proxy ARP entry if needed", OPT_ENABLE,
H A Dpppd.h139 #define OPT_ENABLE 0x400000 /* use *addr2 as enable for option */ macro
H A Doptions.c729 if ((opt->flags & OPT_ENABLE) && !privileged_option &&
844 } else if ((opt->flags & (OPT_A2COPY|OPT_ENABLE)) == 0)

Completed in 73 milliseconds