Searched defs:lcp_options (Results 1 – 2 of 2) sorted by relevance
83 typedef struct lcp_options { struct84 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
88 typedef struct lcp_options { struct89 bool passive; /* Don't die if we don't get a response */113 } lcp_options; argument