Searched defs:lcp_options (Results 1 – 3 of 3) 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
110 typedef struct lcp_options { struct111 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 …]
114 typedef struct lcp_options { struct115 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 …]