Home
last modified time | relevance | path

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

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/netif/ppp/
H A Dppp.h308 struct ppp_settings { struct
310 u_int disable_defaultip : 1; /* Don't use hostname for default IP addrs */
311 u_int auth_required : 1; /* Peer is required to authenticate */
312 u_int explicit_remote : 1; /* remote_name specified with remotename opt */
313 u_int refuse_pap : 1; /* Don't wanna auth. ourselves with PAP */
314 u_int refuse_chap : 1; /* Don't wanna auth. ourselves with CHAP */
338 extern struct ppp_settings ppp_settings; argument
H A Dppp.c384 struct ppp_settings ppp_settings; variable
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/netif/ppp/
H A Dppp.h308 struct ppp_settings { struct
310 u_int disable_defaultip : 1; /* Don't use hostname for default IP addrs */
311 u_int auth_required : 1; /* Peer is required to authenticate */
312 u_int explicit_remote : 1; /* remote_name specified with remotename opt */
313 u_int refuse_pap : 1; /* Don't wanna auth. ourselves with PAP */
314 u_int refuse_chap : 1; /* Don't wanna auth. ourselves with CHAP */
338 extern struct ppp_settings ppp_settings; argument
H A Dppp.c384 struct ppp_settings ppp_settings; variable
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/netif/ppp/
H A 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
H A Dppp.c429 struct ppp_settings ppp_settings; variable