Lines Matching defs:mapped

320 			 * IPv4-mapped addresses in buf6.  If either
372 * converted to IPv4-mapped addresses,
416 * Extract the IPv4-mapped addresses from buf6
506 * Step 1: IPv4-mapped address or IPv4 Compat
554 /* Found one, now format it into mapped/compat addr */
560 /* Convert IPv4 to mapped/compat address w/name */
571 * twiggle the two bytes to make the mapped address a compat.
586 * address. nscd(1m) caches v4 from ipnodes as mapped v6's. The
818 * This routine will either convert an IPv4 address to a mapped or compat
819 * IPv6 (if he6 == NULL) or merge IPv6 (he6) addresses with mapped
826 * mapped mapped == 1, map IPv4 : mapped == 0, compat IPv4
827 * mapped flag is ignored if he6 != NULL
840 int mapped)
866 * This is used for getipnodebyaddr() (single address, mapped or
867 * compatible) or for v4 mapped for getipnodebyname(), which
885 if (mapped) {
902 * V4 mapped literal address string for h_name.
950 * Merge IPv4 mapped addresses with IPv6 addresses. The
951 * IPv6 address will go in first, followed by the v4 mapped.
971 * Pass 1 (IPv4 mapped addresses):
1046 * This routine will convert a mapped v4 hostent (AF_INET6) to a
1047 * AF_INET hostent. If no mapped addrs found, then a NULL is returned.
1048 * If mapped addrs found, then a new buffer is alloc'd and all the v4 mapped
1058 * he pointer to hostent with mapped v4 addresses
1106 * "Unmap" the v4 mapped address(es) into a v4 hostent format.
1108 * v4 mapped for getipnodebyname(), which could be multiple
1180 * indicates that the caller wishes to filter out IPv4-mapped
1182 * out IPv6 addresses which aren't IPv4-mapped. If filtering would
1220 * This routine searches a hostent for v4 mapped IPv6 addresses.
1222 * find_both flag indicating if only want mapped or both map'd and v6
1224 * 0 = No mapped addresses
1226 * 2 = Both v6 and v4 mapped are present