Searched defs:lcp_options (Results 1 – 1 of 1) sorted by relevance
104 typedef struct lcp_options { struct105 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