Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.h104 typedef struct lcp_options { struct
105 bool passive; /* Don't die if we don't get a response */
106 bool silent; /* Wait for the other end to start first */
107 bool restart; /* Restart vs. exit after close */
108 bool neg_mru; /* Negotiate the MRU? */
109 bool neg_asyncmap; /* Negotiate the async map? */
110 bool neg_upap; /* Ask for UPAP authentication? */
111 bool neg_chap; /* Ask for CHAP authentication? */
135 } lcp_options; argument