Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dlcp.h83 typedef struct lcp_options { struct
84 u_int passive : 1; /* Don't die if we don't get a response */
85 u_int silent : 1; /* Wait for the other end to start first */
86 u_int restart : 1; /* Restart vs. exit after close */
87 u_int neg_mru : 1; /* Negotiate the MRU? */
88 u_int neg_asyncmap : 1; /* Negotiate the async map? */
89 u_int neg_upap : 1; /* Ask for UPAP authentication? */
113 } lcp_options; argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dlcp.h110 typedef struct lcp_options { struct
111 unsigned int passive :1; /* Don't die if we don't get a response */
112 unsigned int silent :1; /* Wait for the other end to start first */
116 unsigned int neg_mru :1; /* Negotiate the MRU? */
117 unsigned int neg_asyncmap :1; /* Negotiate the async map? */
119 unsigned int neg_upap :1; /* Ask for UPAP authentication? */
122 unsigned int neg_chap :1; /* Ask for CHAP authentication? */
125 unsigned int neg_eap :1; /* Ask for EAP authentication? */
127 unsigned int neg_magicnumber :1; /* Ask for magic number? */
128 unsigned int neg_pcompression :1; /* HDLC Protocol Field Compression? */
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dlcp.h114 typedef struct lcp_options { struct
115 unsigned int passive :1; /* Don't die if we don't get a response */
116 unsigned int silent :1; /* Wait for the other end to start first */
120 unsigned int neg_mru :1; /* Negotiate the MRU? */
121 unsigned int neg_asyncmap :1; /* Negotiate the async map? */
123 unsigned int neg_upap :1; /* Ask for UPAP authentication? */
126 unsigned int neg_chap :1; /* Ask for CHAP authentication? */
129 unsigned int neg_eap :1; /* Ask for EAP authentication? */
131 unsigned int neg_magicnumber :1; /* Ask for magic number? */
132 unsigned int neg_pcompression :1; /* HDLC Protocol Field Compression? */
[all …]