Searched refs:u_int (Results 1 – 9 of 9) sorted by relevance
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? */[all …]
79 u_int neg_addr : 1; /* Negotiate IP Address? */80 u_int old_addrs : 1; /* Use old (IP-Addresses) option? */81 u_int req_addr : 1; /* Ask peer to send IP address? */82 u_int default_route : 1; /* Assign default route through interface? */83 u_int proxy_arp : 1; /* Make proxy ARP entry for peer? */84 u_int neg_vj : 1; /* Van Jacobson Compression? */85 u_int old_vj : 1; /* use old (short) form of VJ option? */86 u_int accept_local : 1; /* accept peer's value for ouraddr */87 u_int accept_remote : 1; /* accept peer's value for hisaddr */88 u_int req_dns1 : 1; /* Ask peer to send primary DNS address? */[all …]
285 u_int disable_defaultip : 1; /* Don't use hostname for default IP addrs */286 u_int auth_required : 1; /* Peer is required to authenticate */287 u_int explicit_remote : 1; /* remote_name specified with remotename opt */288 u_int refuse_pap : 1; /* Don't wanna auth. ourselves with PAP */289 u_int refuse_chap : 1; /* Don't wanna auth. ourselves with CHAP */290 u_int usehostname : 1; /* Use hostname for our_name */291 u_int usepeerdns : 1; /* Ask peer for DNS adds */
54 typedef unsigned int u_int; typedef
151 extern u_int vj_compress_tcp (struct vjcompress *comp, struct pbuf *pb);
137 u_int147 register u_int changes = 0; in vj_compress_tcp()429 register u_int hlen; in vj_uncompress_uncomp()472 u_int vjlen, hlen, changes; in vj_uncompress_tcp()
134 static err_t pppoe_send_padt(struct netif *, u_int, const u8_t *);137 static struct pppoe_softc * pppoe_find_softc_by_session(u_int, struct netif *);215 pppoe_find_softc_by_session(u_int session, struct netif *rcvif) in pppoe_find_softc_by_session()947 pppoe_send_padt(struct netif *outgoing_if, u_int session, const u8_t *dest) in pppoe_send_padt()
816 u_int fcsOut = PPP_INITFCS; in pppifOutput()1078 u_int fcsOut; in pppWrite()1921 pcrx->inProtocol = (u_int)curChar << 8; in pppInProc()
94 static u_int lcp_echo_interval = LCP_ECHOINTERVAL; /* Interval between LCP echo-requests */95 static u_int lcp_echo_fails = LCP_MAXECHOFAILS; /* Tolerance to unanswered echo-requests */