Searched refs:ipv6 (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dtsol_getrhent.c39 int ipv6; local
47 ipv6 = 1;
49 ipv6 = 0;
61 if ((ipv6 == 0 && *linep == ':') ||
62 (ipv6 == 1 && prev != '\\' && *linep == ':'))
69 if (*keyp == '\0' && linep < limit && ((ipv6 == 0 && *linep == ':') ||
70 (ipv6 == 1 && prev != '\\' && *linep == ':')))
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c550 grub_efi_ipv6_device_path_t ipv6; local
551 grub_memcpy (&ipv6, dp, len);
553 (unsigned) ipv6.local_ip_address[0],
554 (unsigned) ipv6.local_ip_address[1],
555 (unsigned) ipv6.local_ip_address[2],
556 (unsigned) ipv6.local_ip_address[3],
557 (unsigned) ipv6.local_ip_address[4],
558 (unsigned) ipv6.local_ip_address[5],
559 (unsigned) ipv6.local_ip_address[6],
560 (unsigned) ipv6
[all...]
/osnet-11/usr/src/lib/libresolv2/common/inet/
H A Dinet_cidr_pton.c46 int *bits, int ipv6));
50 static int getbits(const char *, int ipv6);
85 inet_cidr_pton_ipv4(const char *src, u_char *dst, int *pbits, int ipv6) { argument
113 bits = getbits(src, ipv6);
122 bits = ipv6 ? 128 : 32;
132 if (((bits - (ipv6 ? 96 : 0)) / 8) > (dst - odst))
255 getbits(const char *src, int ipv6) { argument
270 if (bits > (ipv6 ? 128 : 32)) /*%< range error */
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dicmp6.c237 && grub_memcmp (&inf->address.addr.ipv6, &nbh->target, 16) == 0)
395 addr.addr.ipv6[0] = opt->prefix[0];
396 addr.addr.ipv6[1] = grub_net_ipv6_get_id (&slaac->address);
399 netaddr.addr.ipv6[0] = opt->prefix[0];
400 netaddr.addr.ipv6[1] = 0;
452 multicast.ipv6[0] = grub_be_to_cpu64_compile_time (0xff02ULL << 48);
453 multicast.ipv6[1] = (grub_be_to_cpu64_compile_time (0x01ff000000ULL)
454 | (proto_addr->ipv6[1]
494 grub_memcpy (&sol->target, &proto_addr->ipv6, 16);
H A Dip.c289 && dest->ipv6[0] == grub_be_to_cpu64_compile_time (0xff02ULL << 48)
290 && dest->ipv6[1] == (grub_be_to_cpu64_compile_time (0x01ff000000ULL)
291 | (inf->address.addr.ipv6[1]
296 && hwaddress->mac[3] == ((grub_be_to_cpu64 (inf->address.addr.ipv6[1])
298 && hwaddress->mac[4] == ((grub_be_to_cpu64 (inf->address.addr.ipv6[1])
300 && hwaddress->mac[5] == ((grub_be_to_cpu64 (inf->address.addr.ipv6[1])
309 && dest->ipv6[0] == grub_be_to_cpu64_compile_time (0xff02ULL
311 && dest->ipv6[1] == grub_be_to_cpu64_compile_time (1)))
603 grub_memcpy (&iph->src, inf->address.addr.ipv6, sizeof (iph->src));
604 grub_memcpy (&iph->dest, target->ipv6, sizeo
[all...]
H A Dnet.c142 && proto_addr->ipv6[0] == grub_be_to_cpu64_compile_time (0xff02ULL
144 && proto_addr->ipv6[1] == (grub_be_to_cpu64_compile_time (1))))
152 && ((grub_be_to_cpu64 (proto_addr->ipv6[0]) >> 56) == 0xff))
157 hw_addr->mac[2] = ((grub_be_to_cpu64 (proto_addr->ipv6[1]) >> 24) & 0xff);
158 hw_addr->mac[3] = ((grub_be_to_cpu64 (proto_addr->ipv6[1]) >> 16) & 0xff);
159 hw_addr->mac[4] = ((grub_be_to_cpu64 (proto_addr->ipv6[1]) >> 8) & 0xff);
160 hw_addr->mac[5] = ((grub_be_to_cpu64 (proto_addr->ipv6[1]) >> 0) & 0xff);
259 addr.addr.ipv6[0] = grub_cpu_to_be64 (0xfe80ULL << 48);
260 addr.addr.ipv6[1] = grub_net_ipv6_get_id (hwaddr);
492 return (((grub_be_to_cpu64 (net->addr.ipv6[
[all...]
H A Dtcp.c437 grub_memcpy (ph.src, src->ipv6, sizeof (ph.src));
438 grub_memcpy (ph.dst, dst->ipv6, sizeof (ph.dst));
H A Ddns.c349 grub_memcpy (&(*data->addresses)[*data->naddresses].ipv6,
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c345 fprintf( stderr, fmtstr, p, PR_ntohs( addrp->ipv6.port ));
416 PR_ConvertIPv4AddrToIPv6( ipv4ip, &addr.ipv6.ip );
417 addr.ipv6.family = PR_AF_INET6;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dnet.h156 grub_uint64_t ipv6[2]; member in union:grub_net_network_level_address::__anon793

Completed in 29 milliseconds