Searched refs:u_int (Results 1 – 4 of 4) sorted by relevance
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);320 static struct pppoe_softc* pppoe_find_softc_by_session(u_int session, struct netif *rcvif) { in pppoe_find_softc_by_session()1031 pppoe_send_padt(struct netif *outgoing_if, u_int session, const u8_t *dest) in pppoe_send_padt()
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 */
1660 sleep((u_int) (attempts - 3) * 5);
163 typedef unsigned int u_int; typedef