Searched defs:NetworkInterfaceInfo_struct (Results 1 – 1 of 1) sorted by relevance
1737 struct NetworkInterfaceInfo_struct struct1740 NetworkInterfaceInfo *next;1742 …Bool InterfaceActive; // Set if interface is sending & receiving packets (see comment above)1743 mDNSBool IPv4Available; // If InterfaceActive, set if v4 available on this InterfaceID1744 mDNSBool IPv6Available; // If InterfaceActive, set if v6 available on this InterfaceID1747 AuthRecord RR_A; // 'A' or 'AAAA' (address) record for our ".local" name1748 AuthRecord RR_PTR; // PTR (reverse lookup) record1749 AuthRecord RR_HINFO;1752 mDNSInterfaceID InterfaceID; // Identifies physical interface; MUST NOT be 0, -1, or -21753 mDNSAddr ip; // The IPv4 or IPv6 address to advertise[all …]