Home
last modified time | relevance | path

Searched defs:boolval (Results 1 – 1 of 1) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/netif/ppp/
H A Dppp.h473 #define ppp_set_auth_required(ppp, boolval) (ppp->settings.auth_required = boolval) argument
501 #define ppp_set_usepeerdns(ppp, boolval) (ppp->settings.usepeerdns = boolval) argument
539 #define ppp_set_passive(ppp, boolval) (ppp->lcp_wantoptions.passive = boolval) argument
547 #define ppp_set_silent(ppp, boolval) (ppp->lcp_wantoptions.silent = boolval) argument
555 #define ppp_set_neg_pcomp(ppp, boolval) (ppp->lcp_wantoptions.neg_pcompression = \ argument
564 #define ppp_set_neg_accomp(ppp, boolval) (ppp->lcp_wantoptions.neg_accompression = \ argument
573 #define ppp_set_neg_asyncmap(ppp, boolval) (ppp->lcp_wantoptions.neg_asyncmap = \ argument