Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dpppoe.c142 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()
H A Dlcp.c85 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 */
H A Dauth.c1660 sleep((u_int) (attempts - 3) * 5);
/btstack/3rd-party/lwip/core/src/include/netif/ppp/
H A Dppp.h163 typedef unsigned int u_int; typedef