| /lib/liblwip/src/core/ |
| D | dhcp.c | 149 static err_t dhcp_discover(struct netif *netif); 150 static err_t dhcp_select(struct netif *netif); 153 static err_t dhcp_decline(struct netif *netif); 155 static err_t dhcp_rebind(struct netif *netif); 156 static err_t dhcp_reboot(struct netif *netif); 169 static err_t dhcp_create_msg(struct netif *netif, struct dhcp *dhcp, u8_t message_type); 228 err_t result; in dhcp_check() 282 static err_t 286 err_t result; in dhcp_select() 628 err_t [all …]
|
| D | udp.c | 383 err_t err = pbuf_copy(q, p); 453 err_t 463 err_t 490 err_t 499 err_t 548 err_t 557 err_t 565 err_t err; 765 err_t 852 err_t [all …]
|
| D | tcp.c | 169 static err_t 172 err_t err; in tcp_close_shutdown() 284 err_t 312 err_t 432 err_t 493 static err_t 494 tcp_accept_null(void *arg, struct tcp_pcb *pcb, err_t err) in tcp_accept_null() 683 err_t 687 err_t ret; in tcp_connect() 794 err_t err; in tcp_slowtmr() [all …]
|
| D | sys.c | 59 err_t err = sys_sem_new(&delaysem, 0); in sys_msleep()
|
| D | dns.c | 413 err_t 559 static err_t 562 err_t err; in dns_send() 638 err_t err; in dns_check_entry() 859 static err_t 935 err_t
|
| /lib/liblwip/test/unit/etharp/ |
| D | test_etharp.c | 33 static err_t 42 static err_t 136 err_t err; in START_TEST() 163 err_t err = udp_sendto(pcb, p, &adrs[i], 123); in START_TEST() 195 err_t err = udp_sendto(pcb, p, &adrs[i], 123); in START_TEST()
|
| /lib/liblwip/src/api/ |
| D | netifapi.c | 97 err_t 125 err_t 147 err_t
|
| D | err.c | 69 lwip_strerr(err_t err) in lwip_strerr()
|
| D | netdb.c | 87 err_t err; in lwip_gethostbyname() 165 err_t err; in lwip_gethostbyname_r() 270 err_t err; in lwip_getaddrinfo()
|
| D | netbuf.c | 149 err_t 192 err_t
|
| D | api_msg.c | 65 static err_t do_writemore(struct netconn *conn); 215 static err_t 216 recv_tcp(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t err) 276 static err_t 312 static err_t 347 err_tcp(void *arg, err_t err) 431 static err_t 432 accept_function(void *arg, struct tcp_pcb *newpcb, err_t err) 749 err_t err; 936 static err_t [all …]
|
| /lib/liblwip/src/netif/ |
| D | etharp.c | 401 return (err_t)i; in etharp_find_entry() 414 static err_t 447 static err_t 467 return (err_t)i; 525 err_t 550 err_t 561 return (err_t)i; 841 static err_t 878 err_t 1015 err_t [all …]
|
| D | ethernetif.c | 122 static err_t 274 err_t
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp_oe.c | 128 static err_t pppoe_send_padi(struct pppoe_softc *); 129 static err_t pppoe_send_padr(struct pppoe_softc *); 131 static err_t pppoe_send_pado(struct pppoe_softc *); 132 static err_t pppoe_send_pads(struct pppoe_softc *); 134 static err_t pppoe_send_padt(struct netif *, u_int, const u8_t *); 143 err_t 171 err_t 636 static err_t 641 err_t res; in pppoe_output() 667 static err_t [all …]
|
| /lib/liblwip/src/include/ipv6/lwip/ |
| D | ip.h | 110 err_t ip_output(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest, 113 err_t ip_output_if(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest,
|
| /lib/liblwip/src/include/lwip/ |
| D | dhcp.h | 113 err_t dhcp_start(struct netif *netif); 115 err_t dhcp_renew(struct netif *netif); 117 err_t dhcp_release(struct netif *netif);
|
| D | api_msg.h | 67 err_t err; 144 err_t *err;
|
| D | netbuf.h | 68 err_t netbuf_ref (struct netbuf *buf, 73 err_t netbuf_data (struct netbuf *buf,
|
| D | tcp_impl.h | 68 err_t tcp_send_empty_ack(struct tcp_pcb *pcb); 73 err_t tcp_process_refused_data(struct tcp_pcb *pcb); 439 err_t tcp_send_fin(struct tcp_pcb *pcb); 440 err_t tcp_enqueue_flags(struct tcp_pcb *pcb, u8_t flags); 458 err_t tcp_recv_null(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t err);
|
| /lib/liblwip/test/unit/tcp/ |
| D | tcp_helper.c | 167 test_tcp_counters_err(void* arg, err_t err) in test_tcp_counters_err() 196 err_t 197 test_tcp_counters_recv(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err) in test_tcp_counters_recv() 254 static err_t test_tcp_netif_output(struct netif *netif, struct pbuf *p, in test_tcp_netif_output() 263 err_t err; in test_tcp_netif_output()
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 110 - err_t tcp_bind(struct tcp_pcb *pcb, ip_addr_t *ipaddr, 154 err_t (* accept)(void *arg, struct tcp_pcb *newpcb, 155 err_t err)) 160 - err_t tcp_connect(struct tcp_pcb *pcb, ip_addr_t *ipaddr, 161 u16_t port, err_t (* connected)(void *arg, 163 err_t err)); 189 - err_t tcp_write(struct tcp_pcb *pcb, const void *dataptr, u16_t len, 215 err_t (* sent)(void *arg, struct tcp_pcb *tpcb, 233 err_t (* recv)(void *arg, struct tcp_pcb *tpcb, 234 struct pbuf *p, err_t err)) [all …]
|
| /lib/liblwip/src/core/ipv6/ |
| D | ip6.c | 259 err_t 316 err_t 331 err_t 336 err_t err; in ip_output_hinted()
|
| /lib/liblwip/src/include/netif/ |
| D | slipif.h | 68 err_t slipif_init(struct netif * netif);
|
| /tests/ |
| D | lwiptest.c | 11 extern err_t ethernetif_init(struct netif *netif);
|
| /lib/liblwip/src/include/ipv4/lwip/ |
| D | ip_frag.h | 81 err_t ip_frag(struct pbuf *p, struct netif *netif, ip_addr_t *dest);
|