Lines Matching refs:mapped

78  * IPNODE_UNMAP		The user doesn't want v4 mapped addresses if no IPv6
299 * IPv4-mapped addresses in buf6. If either
348 * converted to IPv4-mapped addresses,
403 * Extract the IPv4-mapped addresses from buf6
493 * Step 1: IPv4-mapped address or IPv4 Compat
541 /* Found one, now format it into mapped/compat addr */
547 /* Convert IPv4 to mapped/compat address w/name */
558 * twiggle the two bytes to make the mapped address a compat.
573 * address. nscd(1m) caches v4 from ipnodes as mapped v6's. The
809 * This routine will either convert an IPv4 address to a mapped or compat
810 * IPv6 (if he6 == NULL) or merge IPv6 (he6) addresses with mapped
817 * mapped mapped == 1, map IPv4 : mapped == 0, compat IPv4
818 * mapped flag is ignored if he6 != NULL
831 int mapped)
857 * This is used for getipnodebyaddr() (single address, mapped or
858 * compatible) or for v4 mapped for getipnodebyname(), which
876 if (mapped) {
893 * V4 mapped literal address string for h_name.
941 * Merge IPv4 mapped addresses with IPv6 addresses. The
942 * IPv6 address will go in first, followed by the v4 mapped.
962 * Pass 1 (IPv4 mapped addresses):
1037 * This routine will convert a mapped v4 hostent (AF_INET6) to a
1038 * AF_INET hostent. If no mapped addrs found, then a NULL is returned.
1039 * If mapped addrs found, then a new buffer is alloc'd and all the v4 mapped
1049 * he pointer to hostent with mapped v4 addresses
1097 * "Unmap" the v4 mapped address(es) into a v4 hostent format.
1099 * v4 mapped for getipnodebyname(), which could be multiple
1171 * indicates that the caller wishes to filter out IPv4-mapped
1173 * out IPv6 addresses which aren't IPv4-mapped. If filtering would
1211 * This routine searches a hostent for v4 mapped IPv6 addresses.
1213 * find_both flag indicating if only want mapped or both map'd and v6
1215 * 0 = No mapped addresses
1217 * 2 = Both v6 and v4 mapped are present