Lines Matching refs:err
101 err_t err;
304 err = tcp_process(pcb);
307 if (err != ERR_ABRT) {
321 tx side: call the PCB's err callback and indicate the closure to
328 err = ERR_OK;
333 TCP_EVENT_SENT(pcb, pcb->acked, err);
334 if (err == ERR_ABRT) {
350 TCP_EVENT_RECV(pcb, recv_data, ERR_OK, err);
351 if (err == ERR_ABRT) {
356 if (err != ERR_OK) {
374 TCP_EVENT_CLOSED(pcb, err);
375 if (err == ERR_ABRT) {
579 err_t err;
581 err = ERR_OK;
670 TCP_EVENT_CONNECTED(pcb, ERR_OK, err);
671 if (err == ERR_ABRT) {
694 TCP_EVENT_ACCEPT(pcb, ERR_OK, err);
695 if (err != ERR_OK) {
699 if (err != ERR_ABRT) {