| /illumos-gate/usr/src/lib/nsswitch/files/common/ |
| H A D | tsol_getrhent.c | 42 int ipv6; local 50 ipv6 = 1; 52 ipv6 = 0; 64 if ((ipv6 == 0 && *linep == ':') || 65 (ipv6 == 1 && prev != '\\' && *linep == ':')) 72 if (*keyp == '\0' && linep < limit && ((ipv6 == 0 && *linep == ':') || 73 (ipv6 == 1 && prev != '\\' && *linep == ':')))
|
| /illumos-gate/usr/src/lib/libresolv2/common/inet/ |
| H A D | inet_cidr_pton.c | 46 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 */
|
| /illumos-gate/usr/src/lib/print/libhttp-core/common/ |
| H A D | http.h | 287 struct sockaddr_in6 ipv6; /* IPv6 address */ member in union:__anon4295
|
| /illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/ |
| H A D | l4states.h | 149 } ipv6; member in union:_l4_path_const_state_t::_u_ip_type_t 213 /* ipv6 fields. */
|
| /illumos-gate/usr/src/cmd/rcm_daemon/common/ |
| H A D | ip_rcm.c | 1573 boolean_t ipv6 = B_FALSE; local 1581 ipv6 = B_TRUE; 1596 if (ipv6 && !ifconfig(pif->pi_ifname, "inet6", "unplumb", B_FALSE)) {
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
| H A D | mpd_main.c | 3030 mib2_ipv6IfStatsEntry_t *ipv6; local 3039 ipv6 = (mib2_ipv6IfStatsEntry_t *)item->mi_valp; 3040 ipv6RouteEntrySize = ipv6->ipv6RouteEntrySize;
|
| /illumos-gate/usr/src/uts/common/io/hxge/ |
| H A D | hxge_pfc.h | 216 hxge_tcam_ipv6_t ipv6; member in union:hxge_tcam_entry_S::_hxge_tcam_entry 253 #define ip6_class_key key.ipv6.class_code 254 #define ip6_class_key_l key.ipv6.class_code_l 255 #define ip6_blade_id_key key.ipv6.blade_id 256 #define ip6_proto_key key.ipv6.protocol 257 #define ip6_l4_hdr_key key.ipv6.l4_hdr 258 #define ip6_l4_hdr_key_l key.ipv6.l4_hdr_l 260 #define ip6_class_mask mask.ipv6.class_code 261 #define ip6_class_mask_l mask.ipv6.class_code_l 262 #define ip6_blade_id_mask mask.ipv6 [all...] |
| /illumos-gate/usr/src/uts/common/io/nxge/ |
| H A D | nxge_fflp.c | 1303 int ipv6 = 0; local 1338 ipv6 = 1; 1341 umask->tos, uspec->proto, ipv6); 1364 ipv6 = 1; 1367 umask->tos, uspec->proto, ipv6);
|
| /illumos-gate/usr/src/uts/common/io/xge/hal/include/ |
| H A D | xgehal-types.h | 572 xge_hal_ipv6 ipv6; member in union:xge_hal_ipaddr_t
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
| H A D | ipseckey.c | 734 struct in6_addr ipv6; member in union:__anon293 788 IN6_INADDR_TO_V4MAPPED(&addr1.ipv4, &addr1.ipv6);
|
| /illumos-gate/usr/src/cmd/iscsiadm/ |
| H A D | iscsiadm_main.c | 627 /* Check if this is a ipv6 address */ 1002 char ipv6[INET6_ADDRSTRLEN+1]; member in union:__anon657 1032 &tmp.ipv6[0], 1038 &tmp.ipv6[0], 1057 &tmp.ipv6[0], 1063 &tmp.ipv6[0],
|
| /illumos-gate/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_print.c | 2820 in6_addr_t ipv6; local 2842 if (mdb_vread(&ipv6, sizeof (ipv6), addr) == -1) { 2847 mdb_printf(fmt, &ipv6);
|
| /illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
| H A D | t4_msg.h | 297 __u8 ipv6:1; member in struct:rss_header 301 __u8 ipv6:1; member in struct:rss_header
|
| /illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
| H A D | hermon_hw.h | 3311 uint32_t ipv6 :1; member in struct:hermon_hw_rss_s 3377 uint32_t ipv6 :1; member in struct:hermon_hw_rss_s
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
| H A D | mDNSEmbeddedAPI.h | 1030 mDNSv6Addr ipv6; // For 'AAAA' record member in union:__anon52 1046 mDNSv6Addr ipv6; // For 'AAAA' record member in union:__anon53
|
| /illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
| H A D | t4fw_interface.h | 590 } ipv6; member in union:fw_ofld_connection_wr::fw_ofld_connection_le::fw_ofld_connection_leip 1764 } ipv6; member in union:fw_chnet_ifconf_wr::fw_chnet_ifconf_params::fw_chnet_ifconf_addr_type
|