Lines Matching refs:err_t
120 static err_t pppoe_write(ppp_pcb *ppp, void *ctx, struct pbuf *p);
121 static err_t pppoe_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol);
124 static err_t pppoe_destroy(ppp_pcb *ppp, void *ctx);
136 static err_t pppoe_send_padi(struct pppoe_softc *);
137 static err_t pppoe_send_padr(struct pppoe_softc *);
139 static err_t pppoe_send_pado(struct pppoe_softc *);
140 static err_t pppoe_send_pads(struct pppoe_softc *);
142 static err_t pppoe_send_padt(struct netif *, u_int, const u8_t *);
145 static err_t pppoe_xmit(struct pppoe_softc *sc, struct pbuf *pb);
209 static err_t pppoe_write(ppp_pcb *ppp, void *ctx, struct pbuf *p) {
212 err_t ret;
251 static err_t pppoe_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol) {
255 err_t err;
293 static err_t
717 static err_t
722 err_t res;
751 static err_t
887 err_t err;
976 static err_t
1030 static err_t
1035 err_t res;
1066 static err_t
1096 static err_t
1134 static err_t