Home
last modified time | relevance | path

Searched refs:opt_enable (Results 1 – 4 of 4) sorted by relevance

/NextBSD/usr.sbin/ppp/
HDbundle.h60 #define opt_enable(b, o) ((b)->cfg.optmask |= (1ull << (o))) macro
HDmain.c392 opt_enable(bundle, OPT_IFACEALIAS); in main()
HDbundle.c838 opt_enable(&bundle, OPT_IPCP); in bundle_Create()
840 opt_enable(&bundle, OPT_IPV6CP); in bundle_Create()
HDcommand.c2816 opt_enable(arg->bundle, opt); in OptSet()