Home | History | Annotate | Download | only in mDNSCore

Lines Matching defs:Address

24    runs in a single address space and memory is extremely constrained.
43 multiple independent address spaces, you can still use the preferred
48 you're running on a small embedded system with a single address space,
157 kDNSType_A = 1, // 1 Address
175 kDNSType_X25, // 19 X_25 calling address
176 kDNSType_ISDN, // 20 ISDN calling address
178 kDNSType_NSAP, // 22 NSAP address
184 kDNSType_AAAA, // 28 IPv6 Address
190 kDNSType_ATMA, // 34 ATM Address
194 kDNSType_A6, // 38 IPv6 Address (deprecated)
198 kDNSType_APL, // 42 Address Prefix List
286 typedef mDNSOpaque32 mDNSv4Addr; // An IP address is a four-byte opaque identifier (not an integer)
287 typedef mDNSOpaque128 mDNSv6Addr; // An IPv6 address is a 16-byte opaque identifier (not an integer)
288 typedef mDNSOpaque48 mDNSEthAddr; // An Ethernet address is a six-byte opaque identifier (not an integer)
661 // is derived from the host's IP or Ethernet address, which is already known to be a unique identifier).
761 mDNSEthAddr IMAC; // Interface's MAC address (if different to primary MAC)
990 mDNSAddr Address; // router address
1024 // (b) When we have a routable non-RFC1918 address, we don't *need* a port mapping, so ExternalPort
1037 mDNSu8 Protocol; // NATOp_MapUDP or NATOp_MapTCP, or zero if just requesting the external IP address
1113 // that are interface-specific (e.g. address records, especially linklocal addresses)
1209 mDNSAddr AddressProxy; // For reverse-mapping Sleep Proxy PTR records, address in question
1301 // Question (A or AAAA) that is suppressed currently because IPv4 or IPv6 address
1373 AuthRecord arv4; // registered IPv4 address record
1374 AuthRecord arv6; // registered IPv6 address record
1558 mDNSAddr servAddr; // Address and port learned from _dns-llq, _dns-llq-tls or _dns-query-tls SRV query
1577 mDNSAddr Target; // Non-zero if you want to direct queries to a specific unicast target address
1605 mDNSAddr ip; // Remote (destination) IP address where this service can be accessed
1648 mDNSAddr Addr; // Discovered result: Address of Target host from SRV record
1668 #define TC_STATE_AAAA_PEER 0x000000001 /* Peer's BTMM IPv6 address */
1669 #define TC_STATE_AAAA_PEER_RELAY 0x000000002 /* Peer's IPv6 Relay address */
1670 #define TC_STATE_SRV_PEER 0x000000003 /* Peer's SRV Record corresponding to IPv4 address */
1671 #define TC_STATE_ADDR_PEER 0x000000004 /* Peer's IPv4 address */
1700 // 1. It holds the address, PTR and HINFO records to advertise a given IP address on a given physical interface
1724 // Standard AuthRecords that every Responder host should have (one per active IP address)
1725 AuthRecord RR_A; // 'A' or 'AAAA' (address) record for our ".local" name
1731 mDNSAddr ip; // The IPv4 or IPv6 address to advertise
1736 mDNSu8 McastTxRx; // Send/Receive multicast on this { InterfaceID, address family } ?
1892 mDNSAddr AdvertisedV4; // IPv4 address pointed to by hostname
1893 mDNSAddr AdvertisedV6; // IPv6 address pointed to by hostname
1902 mDNSv6Addr AutoTunnelHostAddr; // IPv6 address advertised for AutoTunnel services on this machine
1904 // AutoTunnel Relay address has two distinct uses
1910 domainlabel AutoTunnelLabel; // Used to construct hostname for *IPv4* address of tunnel endpoints
1928 tcpLNTInfo tcpAddrInfo; // legacy NAT traversal TCP connection info for external address
1939 mDNSu8 *UPnPRouterAddressString; // holds both the router's address and port
1940 mDNSu8 *UPnPSOAPAddressString; // holds both address and port for SOAP messages
2086 // The rrcachestorage parameter is the address of memory for the resource record cache, and
2093 // create the correct address records for all the hosts interfaces. If you plan to advertise
2098 // the appropriate steps to manually create the correct address records for those other machines.
2099 // In principle, a proxy-like registration service could manually create address records for its own machine too,
2104 // advertise local address(es) on a loopback interface.
2198 // to find the IP address, port number, and demultiplexing information for a given named service.
2464 // All hostnames advertised point to one IPv4 address and/or one IPv6 address, set via SetPrimaryInterfaceInfo. Invoking this routine
2465 // updates all existing hostnames to point to the new address.
2472 // Host domains added prior to specification of the primary interface address and computer name will be deferred until
2683 // resource records that should be associated with every publicised IP address/interface:
2684 // -- Name-to-address records (A/AAAA)
2685 // -- Address-to-name records (PTR)