/external/libppp/src/ |
bundle.h | 60 #define opt_enable(b, o) ((b)->cfg.optmask |= (1ull << (o))) macro
|
main.c | 396 opt_enable(bundle, OPT_IFACEALIAS);
|
bundle.c | 838 opt_enable(&bundle, OPT_IPCP); 840 opt_enable(&bundle, OPT_IPV6CP); [all...] |
command.c | [all...] |
/external/ppp/pppd/ |
options.c | 666 if ((opt->flags & OPT_ENABLE) && *(bool *)(opt->addr2) == 0) { 788 if (opt->addr2 && (opt->flags & (OPT_A2COPY|OPT_ENABLE [all...] |
ipcp.c | 192 "Add default route", OPT_ENABLE|1, &ipcp_allowoptions[0].default_route }, 201 "Add proxy ARP entry", OPT_ENABLE|1, &ipcp_allowoptions[0].proxy_arp }, [all...] |
pppd.h | 136 #define OPT_ENABLE 0x800000 /* use *addr2 as enable for option */ [all...] |