| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | netif.h | 381 #define netif_set_client_data(netif, id, data) netif_get_client_data(netif, id) = (data) argument 385 #define netif_get_client_data(netif, id) (netif)->client_data[(id)] argument 402 #define LWIP_IS_DAD_ENABLED(netif) (((netif)->ipv6_flags & LWIP_IPV6_ND6_FLAG_DAD)) argument 404 #define LWIP_IS_DAD_ENABLED(netif) 0 argument 411 struct netif { struct 414 struct netif *next; argument 417 netif_linklayer_event_fn linklayer_event; /* registered by lwip and called by linklayer */ argument 419 netif_remove_peer_fn remove_peer; argument 420 netif_set_beacon_prio_fn set_beacon_prio; argument 421 netif_set_unique_id_fn set_unique_id; argument [all …]
|
| D | ip.h | 284 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument 292 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument 297 #define ip_output_if_hdrincl(p, src, dest, netif) \ argument 347 #define ip_netif_get_local_ip(netif, dest) (IP_IS_V6(dest) ? \ argument 365 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument 367 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument 371 #define ip_output_if_hdrincl(p, src, dest, netif) \ argument 382 #define ip_netif_get_local_ip(netif, dest) \ argument 394 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument 396 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument [all …]
|
| D | ip6_zone.h | 180 #define ip6_addr_assign_zone(ip6addr, type, netif) \ argument 203 #define ip6_addr_test_zone(ip6addr, netif) \ argument 256 #define ip6_addr_assign_zone(ip6addr, type, netif) argument 257 #define ip6_addr_test_zone(ip6addr, netif) (1) argument 270 #define IP6_ADDR_ZONECHECK_NETIF(ip6addr, netif) LWIP_ASSERT("IPv6 netif zone check failed", \ argument 279 #define IP6_ADDR_ZONECHECK_NETIF(ip6addr, netif) argument
|
| D | etharp.h | 119 struct netif *netif; member 143 #define etharp_gratuitous(netif) etharp_gratuitous_start(netif) argument 146 #define etharp_gratuitous(netif) etharp_request((netif), netif_ip4_addr(netif)) argument
|
| D | autoip.h | 77 #define autoip_remove_struct(netif) do { (netif)->autoip = NULL; } while (0) argument 88 #define netif_autoip_data(netif) ((struct autoip*)netif_get_client_data(netif, LWIP_NETIF_CLIENT_DA… argument
|
| D | mld6.h | 99 #define netif_mld6_data(netif) ((struct mld_group *)netif_get_client_data(netif, LWIP_NETIF_CLIENT_… argument 151 #define netif_mld6_querier_data(netif) \ argument
|
| D | ip6.h | 147 #define ip6_netif_get_local_ip(netif, dest) (((netif) != NULL) ? \ argument
|
| D | ip4.h | 111 #define ip4_netif_get_local_ip(netif) (((netif) != NULL) ? netif_ip_addr4(netif) : NULL) argument
|
| D | dhcp.h | 126 #define DHCP_MAX_MSG_LEN(netif) (netif->mtu) argument 266 struct netif *netif; member 312 #define netif_dhcp_data(netif) ((struct dhcp*)netif_get_client_data(netif, LWIP_NETIF_CLIENT_DATA_I… argument
|
| D | igmp.h | 223 #define netif_igmp_data(netif) ((struct igmp_group *)netif_get_client_data(netif, LWIP_NETIF_CLIENT… argument
|
| D | dhcp6.h | 117 #define dhcp6_remove_struct(netif) netif_set_client_data(netif, LWIP_NETIF_CLIENT_DATA_INDEX_DHCP6,… argument 141 #define netif_dhcp6_data(netif) ((struct dhcp6*)netif_get_client_data(netif, LWIP_NETIF_CLIENT_DATA… argument
|
| D | snmp.h | 119 #define MIB2_INIT_NETIF(netif, type, speed) do { \ argument 138 #define MIB2_INIT_NETIF(netif, type, speed) argument
|
| D | opt.h | 3672 #define LWIP_HOOK_ETHARP_GET_GW(netif, dest) argument 3716 #define LWIP_HOOK_ND6_GET_GW(netif, dest) lwip_rpl_route_nexthop_lookup(netif, dest) argument 3718 #define LWIP_HOOK_ND6_GET_GW(netif, dest) argument 3732 #define LWIP_HOOK_VLAN_CHECK(netif, eth_hdr, vlan_hdr) argument 3755 #define LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type) argument 3773 #define LWIP_HOOK_UNKNOWN_ETH_PROTOCOL(pbuf, netif) argument 3801 #define LWIP_HOOK_DHCP6_APPEND_OPTIONS(netif, dhcp6, state, msg, msg_type, options_len_ptr, max_len) argument
|
| D | ip_addr.h | 228 #define ip_addr_isbroadcast(ipaddr, netif) ((IP_IS_V6(ipaddr)) ? \ argument 231 #define ip_addr_isbroadcast_val(ipaddr, netif) ((IP_IS_V6_VAL(*ipaddr)) ? \ argument 337 #define ip_addr_isbroadcast(addr, netif) ip4_addr_isbroadcast(addr, netif) argument 397 #define ip_addr_isbroadcast(addr, netif) 0 argument
|
| D | ip4_addr.h | 152 #define ip4_addr_isbroadcast(addr1, netif) ip4_addr_isbroadcast_u32((addr1)->addr, netif) argument
|
| /device/qemu/riscv32_virt/liteos_m/board/driver/ |
| D | virtnet.c | 145 struct netif *netif = dev; in Feature0() local 345 static err_t LowLevelOutput(struct netif *netif, struct pbuf *p) in LowLevelOutput() 393 static struct pbuf *LowLevelInput(const struct netif *netif, const struct VirtqUsedElem *e) in LowLevelInput() 419 static void VirtnetRxHandle(struct netif *netif) in VirtnetRxHandle() 468 struct netif *netif = (struct netif *)param; in VirtnetIRQhandle() local 482 static err_t LowLevelInit(struct netif *netif) in LowLevelInit() 519 static err_t EthernetIfInit(struct netif *netif) in EthernetIfInit() 547 static void VirtnetDeInit(struct netif *netif) in VirtnetDeInit() 572 struct netif *netif = NULL; in VirtnetInit() local
|
| /device/soc/rockchip/rk2206/adapter/hals/communication/wifi_lite/wifiservice/source/ |
| D | wifi_device.c | 383 struct netif *netif = netif_find("wlan0"); in GetLocalWifiGw() local 398 struct netif *netif; in SetLocalWifiGw() local 421 struct netif *netif = netif_find("wlan0"); in GetLocalWifiNetmask() local 433 struct netif *netif = netif_find("wlan0"); in GetLocalWifiIp() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
| D | nd6_priv.h | 86 struct netif *netif; member 120 struct netif *netif; member
|
| D | tcp_priv.h | 592 #define tcp_eff_send_mss(sendmss, src, dest, netif) tcp_eff_send_mss_impl(sendmss, dest, src, netif) argument 594 #define tcp_eff_send_mss(sendmss, src, dest, netif) tcp_eff_send_mss_impl(sendmss, dest, netif) argument
|
| D | tcpip_priv.h | 159 struct netif *netif; member
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/ |
| D | net_adpater.c | 331 hi_s32 hwal_lwip_remove_user(oal_lwip_netif *netif, oal_linklayer_addr *mac_addr) in hwal_lwip_remove_user() 404 hi_s32 hwal_lwip_set_beacon_priority(oal_lwip_netif *netif, hi_u8 prio) in hwal_lwip_set_beacon_priority() 461 hi_s32 hwal_lwip_set_mnid(oal_lwip_netif *netif, oal_uniqid_t us_mnid) in hwal_lwip_set_mnid()
|
| /device/qemu/arm_mps2_an386/liteos_m/board/driver/net/ |
| D | lan9118_eth_drv.c | 1084 err_t Lan9118LinkOut(struct netif* netif, struct pbuf* buf) in Lan9118LinkOut() 1135 void LowLevelInit(struct netif* netif) in LowLevelInit() 1169 err_t EthernetifInit(struct netif* netif) in EthernetifInit()
|
| /device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/ |
| D | wifi_hotspot.c | 62 struct netif *netif = NULL; in SetHotspotIpConfig() local
|
| D | wifi_device.c | 154 static void StaSetLocaladdr(const struct netif *netif, int gw, int ipaddr, int netmask) in StaSetLocaladdr()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
| D | hi_net_api.h | 494 struct netif { struct 511 * @retval #struct netif * Execute successfully. argument
|