Home
last modified time | relevance | path

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

1234567

/third_party/lwip/src/apps/http/
H A Dfs.c56 err_t
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Dsockets_porting.c269 err_t err; \
290 static err_t lwip_do_ioctl_impl(struct tcpip_api_call_data *call);
776 static err_t lwip_do_ioctl_impl(struct tcpip_api_call_data *call) in lwip_do_ioctl_impl()
H A Dapi_shell.c223 err_t ret; in lwip_ifconfig()
/kernel/uniproton/src/net/lwip-2.1/src/
H A Dsockets.c267 static err_t OsLwipDoIoctlImpl(struct tcpip_api_call_data *call);
270 err_t err; \
739 static err_t OsLwipDoIoctlImpl(struct tcpip_api_call_data *call) in OsLwipDoIoctlImpl()
/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_eth_drv.c66 err_t ret; in eth_drv_init()
/third_party/lwip/src/core/ipv6/
H A Dnd6.c119 static err_t nd6_queue_packet(s8_t neighbor_index, struct pbuf *q);
128 static err_t nd6_send_rs(struct netif *netif);
1448 static err_t
1455 err_t err;
2170 static err_t
2173 err_t result = ERR_MEM;
2366 err_t
H A Dicmp6.c417 err_t res = pbuf_take_at(q, p->payload, len, offset); in icmp6_send_response_with_addrs_and_netif()
H A Dip6_frag.c737 * @return ERR_OK if sent successfully, err_t otherwise
739 err_t
/third_party/lwip/src/apps/sntp/
H A Dsntp.c444 err_t err; in sntp_recv()
611 err_t err; in sntp_request()
/third_party/lwip/src/netif/
H A Dlowpan6_common.c131 err_t
390 static err_t
784 err_t err; in lowpan6_decompress()
/third_party/lwip/test/unit/ip4/
H A Dtest_ip4.c28 err_t err; in create_ip4_input_fragment()
/kernel/liteos_a/net/lwip-2.1/porting/src/
H A Dsockets.c44 err_t err; \
65 static err_t lwip_do_ioctl_impl(struct tcpip_api_call_data *call);
847 err_t ret;
1577 static err_t lwip_do_ioctl_impl(struct tcpip_api_call_data *call)
/third_party/lwip/src/core/
H A Dtcp_in.c91 static err_t tcp_process(struct tcp_pcb *pcb);
130 err_t err;
651 err_t rc;
684 err_t err;
814 static err_t
819 err_t err;
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dapi_shell.c262 err_t err;
502 err_t err;
729 err_t ret;
743 err_t err;
1122 err = (err_t)sys_arch_sem_wait(&ip_conflict_detect, DUP_ARP_DETECT_TIME);
1296 err_t ret = 0;
1397 err_t ret;
2683 err_t err;
3378 err_t err;
H A Ddhcps.c108 LWIP_STATIC err_t dhcps_parse_options(struct pbuf *p, struct dhcps *dhcps);
753 err_t dhcps_parse_options(struct pbuf *p, struct dhcps *dhcps) in dhcps_parse_options()
857 err_t dhcps_start(struct netif *netif, const char *start_ip, u16_t ip_num) in dhcps_start()
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_ether.c273 err_t ret; in netdev_register()
/third_party/lwip/src/apps/snmp/
H A Dsnmp_threadsync.c223 err_t err = sys_mutex_new(&instance->sem_usage_mutex); in snmp_threadsync_init()
H A Dsnmp_core.c1214 err_t
1248 err_t
/third_party/lwip/src/core/ipv4/
H A Dicmp.c211 err_t ret; in icmp_input()
H A Dip4_frag.c757 * @return ERR_OK if sent successfully, err_t otherwise
759 err_t
/third_party/lwip/src/include/lwip/
H A Dip.h309 err_t ip_input(struct pbuf *p, struct netif *inp);
/third_party/libcoap/src/
H A Dcoap_io_lwip.c382 err_t err; in coap_socket_connect_udp()
/kernel/linux/linux-5.10/drivers/lightnvm/
H A Dcore.c370 goto err_t; in nvm_create_tgt()
437 err_t: in nvm_create_tgt()
/third_party/lwip/test/unit/dhcp/
H A Dtest_dhcp.c167 static err_t lwip_tx_func(struct netif *netif, struct pbuf *p);
169 static err_t testif_init(struct netif *netif) in testif_init()
241 static err_t lwip_tx_func(struct netif *netif, struct pbuf *p) in lwip_tx_func()
/third_party/node/deps/ada/
H A Dada.h3878 using err_t = typename detail::decay_t<Exp>::error_type;
3880 using ret_t = expected<Ret, err_t<Exp>>;
3949 using result = expected<void, err_t<Exp>>; in expected_map_impl()
3973 using result = expected<void, err_t<Exp>>; in expected_map_impl()
4003 auto expected_map_impl(Exp &&exp, F &&f) -> expected<void, err_t<Exp>> {
4009 return unexpected<err_t<Exp>>(std::forward<Exp>(exp).error());
4030 auto expected_map_impl(Exp &&exp, F &&f) -> expected<void, err_t<Exp>> {
4036 return unexpected<err_t<Exp>>(std::forward<Exp>(exp).error());

Completed in 40 milliseconds

1234567