Searched refs:err_t (Results 51 – 69 of 69) sorted by relevance
123
| /lib/liblwip/src/include/lwip/ |
| D | snmp_msg.h | 304 err_t snmp_send_response(struct snmp_msg_pstat *m_stat); 305 err_t snmp_send_trap(s8_t generic_trap, struct snmp_obj_id *eoid, s32_t specific_trap);
|
| /lib/liblwip/src/arch/ |
| D | etherif.c | 133 static err_t 318 err_t
|
| D | sys_arch.c | 155 err_t 193 err_t 363 err_t
|
| /lib/liblwip/src/core/ipv4/ |
| D | ip.c | 304 err_t 640 err_t 655 err_t ip_output_if_opt(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, 817 err_t 856 err_t 861 err_t err;
|
| D | icmp.c | 220 err_t ret; in icmp_input()
|
| D | ip_frag.c | 666 err_t
|
| /lib/liblwip/src/api/ |
| D | sockets.c | 122 err_t err; 320 err_t err; in lwip_accept() 410 err_t err; in lwip_bind() 474 err_t err; in lwip_connect() 528 err_t err; in lwip_listen() 568 err_t err; in lwip_recvfrom() 757 err_t err; in lwip_send() 794 err_t err; 1096 err_t err; 1370 err_t err; [all …]
|
| /lib/liblwip/src/core/ |
| D | tcp_in.c | 75 static err_t tcp_process(struct tcp_pcb *pcb); 79 static err_t tcp_listen_input(struct tcp_pcb_listen *pcb); 80 static err_t tcp_timewait_input(struct tcp_pcb *pcb); 101 err_t err; in tcp_input() 439 static err_t 443 err_t rc; in tcp_listen_input() 528 static err_t 574 static err_t 579 err_t err; in tcp_process()
|
| D | tcp_out.c | 124 err_t 293 static err_t 353 err_t 371 err_t err; in tcp_write() 721 err_t 841 err_t 897 err_t
|
| D | netif.c | 90 static err_t 609 err_t 614 err_t err; in netif_loop_output()
|
| D | pbuf.c | 851 err_t 965 err_t 1013 err_t err; in pbuf_coalesce() 1041 err_t
|
| /lib/liblwip/src/core/snmp/ |
| D | msg_in.c | 62 static err_t snmp_pdu_header_check(struct pbuf *p, u16_t ofs, u16_t pdu_len, u16_t *ofs_ret, struct… 63 static err_t snmp_pdu_dec_varbindlist(struct pbuf *p, u16_t ofs, u16_t *ofs_ret, struct snmp_msg_ps… 138 err_t err_ret; in snmp_ok_response() 826 err_t err_ret; in snmp_recv() 915 static err_t 918 err_t derr; in snmp_pdu_header_check() 1109 static err_t 1112 err_t derr; in snmp_pdu_dec_varbindlist()
|
| D | msg_out.c | 112 err_t 118 err_t err; in snmp_send_response() 212 err_t
|
| /lib/liblwip/src/netif/ |
| D | slipif.c | 114 err_t 317 err_t
|
| /lib/liblwip/test/unit/tcp/ |
| D | test_tcp.c | 138 err_t err; in START_TEST() 319 err_t err; in START_TEST() 416 err_t err; in START_TEST() 506 err_t err; in test_tcp_tx_full_window_lost()
|
| /lib/liblwip/ |
| D | UPGRADING | 29 err_t, not a pointer to new data/netconn. 59 * Converted sys_mbox_new/sys_sem_new to take pointers and return err_t;
|
| D | CHANGELOG | 454 converted sys_mbox_new/sys_sem_new to take pointers and return err_t; 915 to return err_t (bugs #27709 and #28087) 1204 * err.h: patch #6459: Made err_t overridable to use a more efficient type 1574 by err_t type. Add a new err_t code "ERR_INPROGRESS". 3231 errors now have the correct type (err_t).
|
| /lib/liblwip/doc/ |
| D | sys_arch.txt | 48 - err_t sys_sem_new(sys_sem_t *sem, u8_t count) 97 - err_t sys_mbox_new(sys_mbox_t *mbox, int size) 118 - err_t sys_mbox_trypost(sys_mbox_t *mbox, void *msg)
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp.c | 765 static err_t 809 static err_t 1322 static err_t
|
123