Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dppp.h319 struct ppp_settings { struct
321 u_int disable_defaultip : 1; /* Don't use hostname for default IP addrs */
322 u_int auth_required : 1; /* Peer is required to authenticate */
323 u_int explicit_remote : 1; /* remote_name specified with remotename opt */
324 u_int refuse_pap : 1; /* Don't wanna auth. ourselves with PAP */
325 u_int refuse_chap : 1; /* Don't wanna auth. ourselves with CHAP */
349 extern struct ppp_settings ppp_settings; argument
Dppp.c429 struct ppp_settings ppp_settings; variable