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

/freebsd-13-stable/usr.sbin/ppp/
H A Dbundle.h62 #define opt_enable(b, o) ((b)->cfg.optmask |= (1ull << (o))) macro
H A Dmain.c394 opt_enable(bundle, OPT_IFACEALIAS);
H A Dbundle.c837 opt_enable(&bundle, OPT_IPCP);
839 opt_enable(&bundle, OPT_IPV6CP);
H A Dcommand.c2823 opt_enable(arg->bundle, opt);

Completed in 65 milliseconds