Lines Matching refs:u8_t

261   u8_t  pap_timeout_time;        /* Timeout (seconds) for auth-req retrans. */
262 u8_t pap_max_transmits; /* Number of auth-reqs sent */
264 u8_t pap_req_timeout; /* Time to wait for auth-req from peer */
269 u8_t chap_timeout_time; /* Timeout (seconds) for retransmitting req */
270 u8_t chap_max_transmits; /* max # times to send challenge */
272 u8_t chap_rechallenge_time; /* Time to wait for auth-req from peer */
277 u8_t eap_req_time; /* Time to wait (for retransmit/fail) */
278 u8_t eap_allow_req; /* Max Requests allowed */
280 u8_t eap_timeout_time; /* Time to wait (for retransmit/fail) */
281 u8_t eap_max_transmits; /* Max Requests allowed */
287 u8_t fsm_timeout_time; /* Timeout time in seconds */
288 u8_t fsm_max_conf_req_transmits; /* Maximum Configure-Request transmissions */
289 u8_t fsm_max_term_transmits; /* Maximum Terminate-Request transmissions */
290 u8_t fsm_max_nak_loops; /* Maximum number of nak loops tolerated */
292 u8_t lcp_loopbackfail; /* Number of times we receive our magic number from the peer
294 u8_t lcp_echo_interval; /* Interval between LCP echo-requests */
295 u8_t lcp_echo_fails; /* Tolerance to unanswered echo-requests */
322 void (*notify_phase_cb)(ppp_pcb *pcb, u8_t phase, void *ctx); /* Notify phase callback */
326 u8_t phase; /* where the link is at */
327 u8_t err_code; /* Code indicating why interface is down. */
384 u8_t lcp_echos_pending; /* Number of outstanding echo msgs */
385 u8_t lcp_echo_number; /* ID number of next echo frame */
387 u8_t num_np_open; /* Number of network protocols which we have opened. */
388 u8_t num_np_up; /* Number of network protocols which have come up. */
400 u8_t ccp_localstate; /* Local state (mainly for handling reset-reqs and reset-acks). */
401 u8_t ccp_receive_method; /* Method chosen on receive path */
402 u8_t ccp_transmit_method; /* Method chosen on transmit path */
466 void ppp_set_auth(ppp_pcb *pcb, u8_t authtype, const char *user, const char *passwd);
521 void ppp_set_mppe(ppp_pcb *pcb, u8_t flags);
602 typedef void (*ppp_notify_phase_cb_fn)(ppp_pcb *pcb, u8_t phase, void *ctx);
642 err_t ppp_close(ppp_pcb *pcb, u8_t nocarrier);
679 err_t ppp_ioctl(ppp_pcb *pcb, u8_t cmd, void *arg);