Searched defs:hl7800_iface_ctx (Results 1 – 1 of 1) sorted by relevance
418 struct hl7800_iface_ctx { struct419 struct net_if *iface;420 uint8_t mac_addr[6];421 struct in_addr ipv4Addr, subnet, gateway, dns_v4;423 struct in6_addr ipv6Addr, dns_v6;424 char dns_v6_string[HL7800_IPV6_ADDR_LEN];426 bool restarting;427 bool initialized;428 bool wait_for_KSUP;429 uint32_t wait_for_KSUP_tries;[all …]