HomeSort by relevance Sort by last modified time
    Searched refs:OPT_ENABLE (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
pppd.h 136 #define OPT_ENABLE 0x800000 /* use *addr2 as enable for option */
    [all...]
options.c 692 if ((opt->flags & OPT_ENABLE) && *(bool *)(opt->addr2) == 0) {
825 if (opt->addr2 && (opt->flags & (OPT_A2COPY|OPT_ENABLE
    [all...]
ipcp.c 193 "Add default route", OPT_ENABLE|1, &ipcp_allowoptions[0].default_route },
202 "Add proxy ARP entry", OPT_ENABLE|1, &ipcp_allowoptions[0].proxy_arp },
    [all...]

Completed in 86 milliseconds