Searched defs:ipv6 (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dtsol_getrhent.c42 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 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 */
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h287 struct sockaddr_in6 ipv6; /* IPv6 address */ member in union:__anon4295
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dl4states.h149 } 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 Dip_rcm.c1573 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 Dmpd_main.c3030 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 Dhxge_pfc.h216 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 Dnxge_fflp.c1303 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 Dxgehal-types.h572 xge_hal_ipv6 ipv6; member in union:xge_hal_ipaddr_t
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c734 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 Discsiadm_main.c627 /* 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 Dmdb_print.c2820 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 Dt4_msg.h297 __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 Dhermon_hw.h3311 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 DmDNSEmbeddedAPI.h1030 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 Dt4fw_interface.h590 } 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

Completed in 442 milliseconds