Searched refs:err_code (Results 1 - 4 of 4) sorted by relevance

/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dppp.c335 pcb->err_code = PPPERR_USER;
345 pcb->link_status_cb(pcb, pcb->err_code, pcb->ctx_cb);
439 *(int *)arg = (int)(pcb->err_code);
755 pcb->err_code = PPPERR_OPEN;
756 pcb->link_status_cb(pcb, pcb->err_code, pcb->ctx_cb);
763 if (pcb->err_code == PPPERR_NONE) {
764 pcb->err_code = PPPERR_CONNECT;
766 pcb->link_status_cb(pcb, pcb->err_code, pcb->ctx_cb);
1161 pcb->err_code = PPPERR_NONE;
1164 PPPDEBUG(LOG_DEBUG, ("sifup[%d]: err_code
[all...]
H A Dauth.c798 pcb->err_code = PPPERR_AUTHFAIL;
1039 pcb->err_code = PPPERR_AUTHFAIL;
1129 pcb->err_code = PPPERR_AUTHFAIL;
1342 pcb->err_code = PPPERR_IDLETIMEOUT;
1360 pcb->err_code = PPPERR_CONNECTTIME;
H A Dlcp.c1564 pcb->err_code = PPPERR_LOOPBACK;
2644 pcb->err_code = PPPERR_PEERDEAD;
/seL4-camkes-master/projects/lwip/src/include/netif/ppp/
H A Dppp.h196 typedef void (*ppp_link_status_cb_fn)(ppp_pcb *pcb, int err_code, void *ctx);
320 void (*link_status_cb)(ppp_pcb *pcb, int err_code, void *ctx); /* Status change callback */
327 u8_t err_code; /* Code indicating why interface is down. */ member in struct:ppp_pcb_s

Completed in 41 milliseconds