Lines Matching refs:err_t
60 typedef err_t (*tcp_accept_fn)(void *arg, struct tcp_pcb *newpcb, err_t err);
72 typedef err_t (*tcp_recv_fn)(void *arg, struct tcp_pcb *tpcb,
73 struct pbuf *p, err_t err);
86 typedef err_t (*tcp_sent_fn)(void *arg, struct tcp_pcb *tpcb,
98 typedef err_t (*tcp_poll_fn)(void *arg, struct tcp_pcb *tpcb);
110 typedef void (*tcp_err_fn)(void *arg, err_t err);
124 typedef err_t (*tcp_connected_fn)(void *arg, struct tcp_pcb *tpcb, err_t err);
146 * any other err_t abortsthe new connection
307 err_t lwip_tcp_event(void *arg, struct tcp_pcb *pcb,
311 err_t err);
342 err_t tcp_bind (struct tcp_pcb *pcb, ip_addr_t *ipaddr,
344 err_t tcp_connect (struct tcp_pcb *pcb, ip_addr_t *ipaddr,
351 err_t tcp_close (struct tcp_pcb *pcb);
352 err_t tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx);
358 err_t tcp_write (struct tcp_pcb *pcb, const void *dataptr, u16_t len,
367 err_t tcp_output (struct tcp_pcb *pcb);