Lines Matching refs: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,
146 kDNSType_A = 1, // 1 Address
164 kDNSType_X25, // 19 X_25 calling address
165 kDNSType_ISDN, // 20 ISDN calling address
167 kDNSType_NSAP, // 22 NSAP address
173 kDNSType_AAAA, // 28 IPv6 Address
179 kDNSType_ATMA, // 34 ATM Address
183 kDNSType_A6, // 38 IPv6 Address (deprecated)
187 kDNSType_APL, // 42 Address Prefix List
275 typedef mDNSOpaque32 mDNSv4Addr; // An IP address is a four-byte opaque identifier (not an integer)
276 typedef mDNSOpaque128 mDNSv6Addr; // An IPv6 address is a 16-byte opaque identifier (not an integer)
277 typedef mDNSOpaque48 mDNSEthAddr; // An Ethernet address is a six-byte opaque identifier (not an integer)
650 // is derived from the host's IP or Ethernet address, which is already known to be a unique identifier).
750 mDNSEthAddr IMAC; // Interface's MAC address (if different to primary MAC)
979 mDNSAddr Address; // router address
1013 // (b) When we have a routable non-RFC1918 address, we don't *need* a port mapping, so ExternalPort
1026 mDNSu8 Protocol; // NATOp_MapUDP or NATOp_MapTCP, or zero if just requesting the external IP address
1102 // that are interface-specific (e.g. address records, especially linklocal addresses)
1198 mDNSAddr AddressProxy; // For reverse-mapping Sleep Proxy PTR records, address in question
1290 // Question (A or AAAA) that is suppressed currently because IPv4 or IPv6 address
1362 AuthRecord arv4; // registered IPv4 address record
1363 AuthRecord arv6; // registered IPv6 address record
1547 mDNSAddr servAddr; // Address and port learned from _dns-llq, _dns-llq-tls or _dns-query-tls SRV query
1566 mDNSAddr Target; // Non-zero if you want to direct queries to a specific unicast target address
1594 mDNSAddr ip; // Remote (destination) IP address where this service can be accessed
1637 mDNSAddr Addr; // Discovered result: Address of Target host from SRV record
1657 #define TC_STATE_AAAA_PEER 0x000000001 /* Peer's BTMM IPv6 address */
1658 #define TC_STATE_AAAA_PEER_RELAY 0x000000002 /* Peer's IPv6 Relay address */
1659 #define TC_STATE_SRV_PEER 0x000000003 /* Peer's SRV Record corresponding to IPv4 address */
1660 #define TC_STATE_ADDR_PEER 0x000000004 /* Peer's IPv4 address */
1689 // 1. It holds the address, PTR and HINFO records to advertise a given IP address on a given physical interface
1713 // Standard AuthRecords that every Responder host should have (one per active IP address)
1714 AuthRecord RR_A; // 'A' or 'AAAA' (address) record for our ".local" name
1720 mDNSAddr ip; // The IPv4 or IPv6 address to advertise
1725 mDNSu8 McastTxRx; // Send/Receive multicast on this { InterfaceID, address family } ?
1881 mDNSAddr AdvertisedV4; // IPv4 address pointed to by hostname
1882 mDNSAddr AdvertisedV6; // IPv6 address pointed to by hostname
1891 mDNSv6Addr AutoTunnelHostAddr; // IPv6 address advertised for AutoTunnel services on this machine
1893 // AutoTunnel Relay address has two distinct uses
1899 domainlabel AutoTunnelLabel; // Used to construct hostname for *IPv4* address of tunnel endpoints
1917 tcpLNTInfo tcpAddrInfo; // legacy NAT traversal TCP connection info for external address
1928 mDNSu8 *UPnPRouterAddressString; // holds both the router's address and port
1929 mDNSu8 *UPnPSOAPAddressString; // holds both address and port for SOAP messages
2075 // The rrcachestorage parameter is the address of memory for the resource record cache, and
2082 // create the correct address records for all the hosts interfaces. If you plan to advertise
2087 // the appropriate steps to manually create the correct address records for those other machines.
2088 // In principle, a proxy-like registration service could manually create address records for its own machine too,
2093 // advertise local address(es) on a loopback interface.
2187 // to find the IP address, port number, and demultiplexing information for a given named service.
2453 // All hostnames advertised point to one IPv4 address and/or one IPv6 address, set via SetPrimaryInterfaceInfo. Invoking this routine
2454 // updates all existing hostnames to point to the new address.
2461 // Host domains added prior to specification of the primary interface address and computer name will be deferred until
2671 // resource records that should be associated with every publicised IP address/interface:
2672 // -- Name-to-address records (A/AAAA)
2673 // -- Address-to-name records (PTR)