Searched defs:ipv6 (Results 1 - 4 of 4) 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/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/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/grub/grub2/include/grub/
H A Dnet.h156 grub_uint64_t ipv6[2]; member in union:grub_net_network_level_address::__anon793

Completed in 2001 milliseconds