Searched refs:err_t (Results 26 - 47 of 47) sorted by relevance
12
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | nat64_v4_dhcpc.h | 16 err_t nat64_dhcp_request_ip(struct netif *ntf, const linklayer_addr_t *lladdr); 17 err_t nat64_dhcp_stop(struct netif *ntf, const linklayer_addr_t *lladdr);
|
H A D | stats.h | 587 err_t lwip_statsapi_get_ipv6_stats(struct stats_proto *ipv6); 608 err_t lwip_statsapi_get_icmpv6_stats(struct stats_proto *icmpv6); 629 err_t lwip_statsapi_get_nd6_stats(struct stats_proto *nd6); 650 err_t lwip_statsapi_get_tcp_stats(struct stats_proto *tcp); 671 err_t lwip_statsapi_get_udp_stats(struct stats_proto *udp); 692 err_t lwip_statsapi_get_lowpan6_stats(struct stats_lowpan6 *lowpan6); 693 err_t lwip_statsapi_clear_lowpan6_stats(void);
|
H A D | dhcp6.h | 120 err_t dhcp6_enable_stateful(struct netif *netif); 121 err_t dhcp6_enable_stateless(struct netif *netif); 123 err_t dhcp6_release_stateful(struct netif *netif);
|
H A D | pbuf.h | 421 err_t pbuf_copy(struct pbuf *p_to, const struct pbuf *p_from); 426 err_t pbuf_take(struct pbuf *buf, const void *dataptr, u16_t len); 440 err_t pbuf_take_at(struct pbuf *buf, const void *dataptr, u16_t len, u16_t offset); 462 err_t pbuf_dma_ref(struct pbuf_dma_info *dma_info); 469 err_t pbuf_fill_chksum(struct pbuf *p, u16_t start_offset, const void *dataptr,
|
H A D | dhcps.h | 64 err_t dhcps_start(struct netif *netif, const char *start_ip, u16_t ip_num); 67 err_t dhcps_find_client_lease(struct netif *netif, u8_t *mac, u8_t maclen, ip_addr_t *ip);
|
H A D | autoip.h | 78 err_t autoip_start(struct netif *netif); 79 err_t autoip_stop(struct netif *netif);
|
H A D | timeouts.h | 108 err_t sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char *handler_name); 111 err_t sys_timeout_ext(u32_t msecs, sys_timeout_handler handler, void *arg);
|
H A D | ip.h | 316 typedef err_t (*ip_filter_fn)(const struct pbuf *p, struct netif *inp); 319 err_t set_ip4_filter(ip_filter_fn filter_fn); 323 err_t set_ip6_filter(ip_filter_fn filter_fn); 352 err_t ip_input(struct pbuf *p, struct netif *inp); 355 err_t ip_input_lln(struct netif *iface, struct pbuf *p,
|
H A D | netbuf.h | 97 err_t netbuf_ref (struct netbuf *buf, 102 err_t netbuf_data (struct netbuf *buf,
|
H A D | ethip6.h | 58 err_t ethip6_output(struct netif *netif, struct pbuf *q, const ip6_addr_t *ip6addr);
|
H A D | plcip6.h | 22 err_t output_ip6_onplc(struct netif *netif, struct pbuf *p,
|
H A D | ieee802154ip6.h | 45 err_t output_ip6_onieee802154(struct netif *netif, struct pbuf *p,
|
H A D | ip4_frag.h | 92 err_t ip4_frag(struct pbuf *p, struct netif *netif, const ip4_addr_t *dest);
|
H A D | ip6_frag.h | 140 err_t ip6_frag(struct pbuf *p, struct netif *netif, const ip6_addr_t *dest);
|
H A D | lowpower.h | 135 err_t sys_timeout_ext(u32_t msecs, sys_timeout_handler handler, void *arg);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
H A D | api_msg.h | 112 err_t err; 213 err_t API_MSG_M_DEF(err); 231 err_t API_MSG_M_DEF(err);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/netif/ |
H A D | driverif.h | 52 typedef err_t (*drv_send_lln_fn)(struct netif *netif, struct pbuf *p, struct linklayer_addr *destmac); 59 err_t driverif_init(struct netif *netif);
|
H A D | driverif_plc.h | 16 err_t plcdriverif_init(struct netif *netif);
|
H A D | driverif_ieee802154.h | 20 err_t ieee802154driverif_init(struct netif *netif);
|
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
H A D | virtnet.c | 183 static err_t InitTxFreelist(struct VirtNetif *nic) in InitTxFreelist() 243 static err_t ConfigRxBuffer(struct VirtNetif *nic, VADDR_T buf) in ConfigRxBuffer() 273 static err_t ConfigQueue(struct VirtNetif *nic) in ConfigQueue() 277 err_t ret; in ConfigQueue() 345 static err_t LowLevelOutput(struct netif *netif, struct pbuf *p) in LowLevelOutput() 482 static err_t LowLevelInit(struct netif *netif) in LowLevelInit() 519 static err_t EthernetIfInit(struct netif *netif) in EthernetIfInit()
|
/device/qemu/arm_mps2_an386/liteos_m/board/driver/net/ |
H A D | lan9118_eth_drv.h | 503 err_t Lan9118LinkOut(struct netif* netif, struct pbuf* buf); 532 err_t EthernetifInit(struct netif* netif);
|
H A D | lan9118_eth_drv.c | 1084 err_t Lan9118LinkOut(struct netif* netif, struct pbuf* buf) in Lan9118LinkOut() 1169 err_t EthernetifInit(struct netif* netif) in EthernetifInit()
|
Completed in 14 milliseconds
12