Home
last modified time | relevance | path

Searched refs:err_t (Results 26 – 50 of 69) sorted by relevance

123

/lib/liblwip/src/core/
Ddhcp.c149 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 …]
Dudp.c383 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 …]
Dtcp.c169 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 …]
Dsys.c59 err_t err = sys_sem_new(&delaysem, 0); in sys_msleep()
Ddns.c413 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/
Dtest_etharp.c33 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/
Dnetifapi.c97 err_t
125 err_t
147 err_t
Derr.c69 lwip_strerr(err_t err) in lwip_strerr()
Dnetdb.c87 err_t err; in lwip_gethostbyname()
165 err_t err; in lwip_gethostbyname_r()
270 err_t err; in lwip_getaddrinfo()
Dnetbuf.c149 err_t
192 err_t
Dapi_msg.c65 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/
Detharp.c401 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 …]
Dethernetif.c122 static err_t
274 err_t
/lib/liblwip/src/netif/ppp/
Dppp_oe.c128 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/
Dip.h110 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/
Ddhcp.h113 err_t dhcp_start(struct netif *netif);
115 err_t dhcp_renew(struct netif *netif);
117 err_t dhcp_release(struct netif *netif);
Dapi_msg.h67 err_t err;
144 err_t *err;
Dnetbuf.h68 err_t netbuf_ref (struct netbuf *buf,
73 err_t netbuf_data (struct netbuf *buf,
Dtcp_impl.h68 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/
Dtcp_helper.c167 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/
Drawapi.txt110 - 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/
Dip6.c259 err_t
316 err_t
331 err_t
336 err_t err; in ip_output_hinted()
/lib/liblwip/src/include/netif/
Dslipif.h68 err_t slipif_init(struct netif * netif);
/tests/
Dlwiptest.c11 extern err_t ethernetif_init(struct netif *netif);
/lib/liblwip/src/include/ipv4/lwip/
Dip_frag.h81 err_t ip_frag(struct pbuf *p, struct netif *netif, ip_addr_t *dest);

123