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