Lines Matching refs:u_int
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? */
90 u_int neg_chap : 1; /* Ask for CHAP authentication? */
91 u_int neg_magicnumber : 1; /* Ask for magic number? */
92 u_int neg_pcompression : 1; /* HDLC Protocol Field Compression? */
93 u_int neg_accompression : 1; /* HDLC Address/Control Field Compression? */
94 u_int neg_lqr : 1; /* Negotiate use of Link Quality Reports */
95 u_int neg_cbcp : 1; /* Negotiate use of CBCP */
97 u_int neg_mrru : 1; /* Negotiate multilink MRRU */
98 u_int neg_ssnhf : 1; /* Negotiate short sequence numbers */
99 u_int neg_endpoint : 1; /* Negotiate endpoint discriminator */