Searched refs:u_int (Results 1 – 20 of 20) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | lcp.h | 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? */ 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 */ [all …]
|
| A D | ipcp.h | 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 …]
|
| A D | ppp_impl.h | 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 */
|
| A D | ppp.h | 54 typedef unsigned int u_int; typedef
|
| A D | vj.h | 151 extern u_int vj_compress_tcp (struct vjcompress *comp, struct pbuf *pb);
|
| A D | vj.c | 137 u_int 147 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()
|
| A D | ppp_oe.c | 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()
|
| A D | ppp.c | 816 u_int fcsOut = PPP_INITFCS; in pppifOutput() 1078 u_int fcsOut; in pppWrite() 1921 pcrx->inProtocol = (u_int)curChar << 8; in pppInProc()
|
| A D | lcp.c | 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 */
|
| /components/libc/compilers/common/extension/sys/ |
| A D | types.h | 38 typedef unsigned int u_int; typedef
|
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | types.h | 52 typedef unsigned int u_int; typedef
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | pppoe.c | 142 static err_t pppoe_send_padt(struct netif *, u_int, const u8_t *); 146 static struct pppoe_softc* pppoe_find_softc_by_session(u_int session, struct netif *rcvif); 323 static struct pppoe_softc* pppoe_find_softc_by_session(u_int session, struct netif *rcvif) { in pppoe_find_softc_by_session() 1034 pppoe_send_padt(struct netif *outgoing_if, u_int session, const u8_t *dest) in pppoe_send_padt()
|
| A D | lcp.c | 85 static u_int lcp_echo_interval = LCP_ECHOINTERVAL; /* Interval between LCP echo-requests */ 86 static u_int lcp_echo_fails = LCP_MAXECHOFAILS; /* Tolerance to unanswered echo-requests */
|
| A D | auth.c | 1660 sleep((u_int) (attempts - 3) * 5);
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | pppoe.c | 142 static err_t pppoe_send_padt(struct netif *, u_int, const u8_t *); 146 static struct pppoe_softc* pppoe_find_softc_by_session(u_int session, struct netif *rcvif); 322 static struct pppoe_softc* pppoe_find_softc_by_session(u_int session, struct netif *rcvif) { in pppoe_find_softc_by_session() 1029 pppoe_send_padt(struct netif *outgoing_if, u_int session, const u8_t *dest) in pppoe_send_padt()
|
| A D | lcp.c | 85 static u_int lcp_echo_interval = LCP_ECHOINTERVAL; /* Interval between LCP echo-requests */ 86 static u_int lcp_echo_fails = LCP_MAXECHOFAILS; /* Tolerance to unanswered echo-requests */
|
| A D | auth.c | 1660 sleep((u_int) (attempts - 3) * 5);
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | ppp.h | 163 typedef unsigned int u_int; typedef
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | ppp.h | 159 typedef unsigned int u_int; typedef
|
| /components/lwp/terminal/ |
| A D | bsd_porting.h | 242 u_int d_flags;
|
Completed in 41 milliseconds