Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
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
/external/ppp/pppd/
Dlcp.h88 typedef struct lcp_options { struct
89 bool passive; /* Don't die if we don't get a response */
113 } lcp_options; argument