Home
last modified time | relevance | path

Searched refs:u_int (Results 1 – 13 of 13) sorted by relevance

/lk-master/external/lib/lwip/netif/ppp/
A Dlcp.h86 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 Dipcp.h79 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 Dppp_impl.h285 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 Dppp.h54 typedef unsigned int u_int; typedef
A Dvj.h151 extern u_int vj_compress_tcp (struct vjcompress *comp, struct pbuf *pb);
A Dvj.c137 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 Dppp_oe.c134 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 Dppp.c816 u_int fcsOut = PPP_INITFCS; in pppifOutput()
1078 u_int fcsOut; in pppWrite()
1921 pcrx->inProtocol = (u_int)curChar << 8; in pppInProc()
A Dlcp.c94 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 */
/lk-master/dev/interrupt/arm_gic/
A Darm_gic.c295 static status_t arm_gic_set_target_locked(u_int irq, u_int cpu_mask, u_int enable_mask) { in arm_gic_set_target_locked()
296 u_int reg = irq / 4; in arm_gic_set_target_locked()
298 u_int old_val; in arm_gic_set_target_locked()
299 u_int new_val; in arm_gic_set_target_locked()
314 u_int reg = irq / 4; in arm_gic_get_priority()
320 u_int reg = irq / 4; in arm_gic_set_priority_locked()
335 status_t arm_gic_sgi(u_int irq, u_int flags, u_int cpu_mask) { in arm_gic_sgi()
336 u_int val = in arm_gic_sgi()
462 u_int irq; in arm_gic_get_next_irq_locked()
529 u_int i, j; in update_fiq_targets()
[all …]
/lk-master/dev/interrupt/arm_gic/include/dev/interrupt/
A Darm_gic.h39 status_t arm_gic_sgi(u_int irq, u_int flags, u_int cpu_mask);
/lk-master/lib/libc/include/sys/
A Dtypes.h20 typedef unsigned int u_int; typedef
/lk-master/arch/arm/arm/
A Dmp.c39 u_int flags = 0; in arch_mp_send_ipi()

Completed in 27 milliseconds