Home
last modified time | relevance | path

Searched refs:err_t (Results 101 - 125 of 175) sorted by relevance

1234567

/third_party/lwip/src/core/
H A Dnetif.c130 static err_t netif_null_output_ip6(struct netif *netif, struct pbuf *p, const ip6_addr_t *ipaddr);
133 static err_t netif_null_output_ip4(struct netif *netif, struct pbuf *p, const ip4_addr_t *ipaddr);
138 static err_t netif_loop_output_ipv4(struct netif *netif, struct pbuf *p, const ip4_addr_t *addr);
141 static err_t netif_loop_output_ipv6(struct netif *netif, struct pbuf *p, const ip6_addr_t *addr);
163 static err_t
255 err_t
1202 err_t
1206 err_t err;
1312 static err_t
1321 static err_t
[all...]
H A Ddns.c285 static err_t dns_lookup_local(const char *hostname, ip_addr_t *addr LWIP_DNS_ADDRTYPE_ARG(u8_t dns_addrtype));
510 err_t
518 static err_t
595 err_t
635 static err_t
779 * @return ERR_OK if packet is sent; an err_t indicating the problem otherwise
781 static err_t
784 err_t err; in dns_send()
961 err_t err; in dns_alloc_random_port()
1142 err_t er in dns_check_entry()
[all...]
H A Dsys.c139 err_t err = sys_sem_new(&delaysem, 0); in sys_msleep()
H A Dlowpower.c158 err_t
397 err_t
456 err_t
/third_party/lwip/src/include/lwip/
H A Dnetbuf.h78 err_t netbuf_ref (struct netbuf *buf,
82 err_t netbuf_data (struct netbuf *buf,
H A Dethip6.h60 err_t ethip6_output(struct netif *netif, struct pbuf *q, const ip6_addr_t *ip6addr);
/third_party/lwip/src/netif/
H A Dslipif.c115 static err_t
171 static err_t
190 static err_t
359 err_t
/third_party/lwip/test/unit/tcp/
H A Dtest_tcp.c109 err_t err; in START_TEST()
257 static err_t test_tcp_recv_expect1byte(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err);
259 static err_t
260 test_tcp_recv_expectclose(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err) in test_tcp_recv_expectclose()
270 err_t err2 = tcp_close(pcb); in test_tcp_recv_expectclose()
278 static err_t
279 test_tcp_recv_expect1byte(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err) in test_tcp_recv_expect1byte()
458 err_t err; in START_TEST()
634 err_t er in START_TEST()
[all...]
H A Dtcp_helper.c183 test_tcp_counters_err(void* arg, err_t err) in test_tcp_counters_err()
212 err_t
213 test_tcp_counters_recv(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err) in test_tcp_counters_recv()
274 static err_t test_tcp_netif_output(struct netif *netif, struct pbuf *p, in test_tcp_netif_output()
285 err_t err; in test_tcp_netif_output()
/third_party/lwip/src/core/ipv4/
H A Dip4.c458 err_t
827 err_t
842 err_t
867 err_t
880 err_t
1068 err_t
1110 err_t
1115 err_t err;
/third_party/lwip/src/core/ipv6/
H A Ddhcp6.c138 static err_t
298 err_t
315 err_t
471 err_t err; in dhcp6_information_request()
498 static err_t
616 static err_t
/third_party/lwip/doc/
H A DNO_SYS_SampleCode.c21 static err_t
49 static err_t
/third_party/lwip/src/api/
H A Dnetbuf.c150 err_t
195 err_t
H A Dnetdb.c89 err_t err; in lwip_gethostbyname()
164 err_t err; in lwip_gethostbyname_r()
271 err_t err; in lwip_getaddrinfo()
/third_party/lwip/test/unit/mqtt/
H A Dtest_mqtt.c12 static err_t test_mqtt_netif_output(struct netif *netif, struct pbuf *p, in test_mqtt_netif_output()
75 err_t err; in START_TEST()
/kernel/liteos_m/components/net/lwip-2.1/porting/include/lwip/
H A Ddhcp.h36 err_t dhcp_is_bound(struct netif *netif);
/kernel/uniproton/src/net/lwip-2.1/include/lwip/
H A Ddhcp.h21 err_t OsDhcpIsBound(struct netif *netif);
/kernel/liteos_m/components/net/lwip-2.1/enhancement/src/
H A Dfixme.c46 err_t dhcp_is_bound(struct netif *netif) in dhcp_is_bound()
86 static err_t netifapi_do_find_by_name(struct tcpip_api_call_data *m) in netifapi_do_find_by_name()
/kernel/uniproton/src/net/lwip-2.1/enhancement/src/
H A Dfixme.c25 err_t OsDhcpIsBound(struct netif *netif) in OsDhcpIsBound()
63 static err_t OsNetifapiDoFindByName(struct tcpip_api_call_data *m) in OsNetifapiDoFindByName()
/third_party/lwip/src/include/netif/ppp/
H A Dmppe.h172 err_t mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol);
174 err_t mppe_decompress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb);
/third_party/lwip/src/netif/ppp/
H A Dmppe.c192 err_t
197 err_t err; in mppe_compress()
278 err_t
/third_party/lwip/test/unit/core/
H A Dtest_pbuf.c77 err_t err; in START_TEST()
124 err_t err; in START_TEST()
180 err_t res; in START_TEST()
/third_party/lwip/test/unit/ip6/
H A Dtest_ip6.c19 static err_t
28 static err_t
296 err_t err; in START_TEST()
/kernel/liteos_a/net/lwip-2.1/enhancement/include/lwip/
H A Ddhcps.h64 err_t dhcps_start(struct netif *netif, const char *start_ip, u16_t ip_num);
/third_party/lwip/src/include/lwip/apps/
H A Dtftp_server.h88 err_t tftp_init(const struct tftp_context* ctx);

Completed in 16 milliseconds

1234567