/illumos-gate/usr/src/lib/print/libhttp-core/common/ |
H A D | http-addr.c | 55 IN6_IS_ADDR_UNSPECIFIED(&(addr->ipv6.sin6_addr))) in httpAddrAny() 80 return (memcmp(&(addr1->ipv6.sin6_addr), &(addr2->ipv6.sin6_addr), 16) == 0); in httpAddrEqual() 101 addr->ipv6.sin6_port = htons((u_short)port); in httpAddrLoad() 103 addr->ipv6.sin6_port = htons(port); in httpAddrLoad() 106 memcpy((char *)&(addr->ipv6.sin6_addr), host->h_addr_list[n], in httpAddrLoad() 108 addr->ipv6.sin6_family = AF_INET6; in httpAddrLoad() 145 IN6_IS_ADDR_LOOPBACK(&(addr->ipv6.sin6_addr))) in httpAddrLocalhost() 186 host = gethostbyaddr(ADDR_CAST &(addr->ipv6.sin6_addr), in httpAddrLookup() 231 ntohl(addr->ipv6.sin6_addr.s6_addr32[0]), in httpAddrString() 232 ntohl(addr->ipv6.sin6_addr.s6_addr32[1]), in httpAddrString() [all …]
|
H A D | http.h | 285 struct sockaddr_in6 ipv6; /* IPv6 address */ member
|
/illumos-gate/usr/src/lib/nsswitch/files/common/ |
H A D | tsol_getrhent.c | 40 int ipv6; in check_addr() local 48 ipv6 = 1; in check_addr() 50 ipv6 = 0; in check_addr() 62 if ((ipv6 == 0 && *linep == ':') || in check_addr() 63 (ipv6 == 1 && prev != '\\' && *linep == ':')) in check_addr() 70 if (*keyp == '\0' && linep < limit && ((ipv6 == 0 && *linep == ':') || in check_addr() 71 (ipv6 == 1 && prev != '\\' && *linep == ':'))) in check_addr()
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_pfc.h | 214 hxge_tcam_ipv6_t ipv6; member 251 #define ip6_class_key key.ipv6.class_code 252 #define ip6_class_key_l key.ipv6.class_code_l 253 #define ip6_blade_id_key key.ipv6.blade_id 254 #define ip6_proto_key key.ipv6.protocol 255 #define ip6_l4_hdr_key key.ipv6.l4_hdr 256 #define ip6_l4_hdr_key_l key.ipv6.l4_hdr_l 258 #define ip6_class_mask mask.ipv6.class_code 259 #define ip6_class_mask_l mask.ipv6.class_code_l 260 #define ip6_blade_id_mask mask.ipv6.blade_id [all …]
|
/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) { in inet_cidr_pton_ipv4() argument 113 bits = getbits(src, ipv6); in inet_cidr_pton_ipv4() 122 bits = ipv6 ? 128 : 32; in inet_cidr_pton_ipv4() 132 if (((bits - (ipv6 ? 96 : 0)) / 8) > (dst - odst)) in inet_cidr_pton_ipv4() 255 getbits(const char *src, int ipv6) { in getbits() argument 270 if (bits > (ipv6 ? 128 : 32)) /*%< range error */ in getbits()
|
/illumos-gate/usr/src/uts/common/io/overlay/plugins/ |
H A D | overlay_vxlan.c | 261 const struct in6_addr *ipv6 = buf; in vxlan_o_setprop() local 265 if (IN6_IS_ADDR_V4COMPAT(ipv6)) in vxlan_o_setprop() 268 if (IN6_IS_ADDR_MULTICAST(ipv6)) in vxlan_o_setprop() 271 if (IN6_IS_ADDR_6TO4(ipv6)) in vxlan_o_setprop() 274 if (IN6_IS_ADDR_V4MAPPED(ipv6)) { in vxlan_o_setprop() 276 IN6_V4MAPPED_TO_IPADDR(ipv6, v4); in vxlan_o_setprop() 283 bcopy(ipv6, &vxl->vxl_laddr, sizeof (struct in6_addr)); in vxlan_o_setprop()
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/ |
H A D | protocols | 63 ipv6 41 IPv6 # IPv6 in IP encapsulation 64 ipv6-route 43 IPv6-Route # Routing header for IPv6 65 ipv6-frag 44 IPv6-Frag # Fragment header for IPv6 66 ipv6-icmp 58 IPv6-ICMP # IPv6 internet control message protocol 67 ipv6-nonxt 59 IPv6-NoNxt # No next header extension header for IPv6 68 ipv6-opts 60 IPv6-Opts # Destination Options for IPv6
|
H A D | ipsecinit.sample | 67 # {ulp ipv6-icmp type 133-137 dir both } pass { }
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-test-nettest.p5m | 54 dir path=opt/net-tests/tests/ipv6 55 file path=opt/net-tests/tests/ipv6/dup_bind mode=0555 56 file path=opt/net-tests/tests/ipv6/link-local mode=0555 57 file path=opt/net-tests/tests/ipv6/scope-test-v4 mode=0555 58 file path=opt/net-tests/tests/ipv6/scope-test-v6 mode=0555
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg_lex.l | 183 <TSTATE>ipv6-addrsrc { return IPV6_ADDRSRC; } 184 <TSTATE>ipv6-addr { return IPV6_ADDR; } 185 <TSTATE>ipv6-default-route { return IPV6_DEFAULT_ROUTE; }
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ipf6.conf.dfl | 39 pass in quick proto ipv6-icmp from any to any 40 pass out quick proto ipv6-icmp from any to any
|
/illumos-gate/usr/src/test/net-tests/tests/ |
H A D | net_common.ksh | 386 if zlogin $zone routeadm -p ipv6-forwarding | \ 391 if zlogin $zone routeadm -ue ipv6-forwarding; then 420 if zlogin $zone routeadm -p ipv6-forwarding | \ 425 if zlogin $zone routeadm -ud ipv6-forwarding; then
|
H A D | Makefile | 19 SUBDIRS = forwarding ipv6
|
/illumos-gate/usr/src/lib/varpd/direct/common/ |
H A D | libvarpd_direct.c | 244 const struct in6_addr *ipv6 = buf; in varpd_direct_setprop() local 249 if (IN6_IS_ADDR_V4COMPAT(ipv6)) in varpd_direct_setprop() 252 if (IN6_IS_ADDR_6TO4(ipv6)) in varpd_direct_setprop()
|
/illumos-gate/usr/src/test/net-tests/tests/ipv6/ |
H A D | Makefile | 20 TESTDIR = $(ROOTOPTPKG)/tests/ipv6
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-io.c | 345 fprintf( stderr, fmtstr, p, PR_ntohs( addrp->ipv6.port )); in prldap_try_one_address() 416 PR_ConvertIPv4AddrToIPv6( ipv4ip, &addr.ipv6.ip ); in prldap_connect() 417 addr.ipv6.family = PR_AF_INET6; in prldap_connect()
|
/illumos-gate/usr/src/test/net-tests/runfiles/ |
H A D | default.run | 47 [/opt/net-tests/tests/ipv6]
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | net.d.in | 41 string ci_protocol; /* protocol (ipv4, ipv6, etc) */
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/ |
H A D | l4states.h | 149 } ipv6; member
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/ |
H A D | nvm_iscsi_cfg.h | 175 struct nvm_iscsi_initiator_ipv6 ipv6; /* 0x38 */ member
|
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-device.c | 1960 xge_os_memcpy(&spdm_line_arr[1], &src_ip->ipv6.addr[0], 8); in __hal_spdm_entry_add() 1961 xge_os_memcpy(&spdm_line_arr[2], &src_ip->ipv6.addr[1], 8); in __hal_spdm_entry_add() 1962 xge_os_memcpy(&spdm_line_arr[3], &dst_ip->ipv6.addr[0], 8); in __hal_spdm_entry_add() 1963 xge_os_memcpy(&spdm_line_arr[4], &dst_ip->ipv6.addr[1], 8); in __hal_spdm_entry_add() 6133 msg[off] = (u8)((src_ip->ipv6.addr[off/8] & mask) in xge_hal_spdm_entry_add() 6135 msg[off+ipaddr_len] = (u8)((dst_ip->ipv6.addr[off/8] in xge_hal_spdm_entry_add() 6284 if ((hldev->spdm_table[spdm_entry]->src_ip.ipv6.addr[0] in xge_hal_spdm_entry_remove() 6285 != src_ip->ipv6.addr[0]) || in xge_hal_spdm_entry_remove() 6286 (hldev->spdm_table[spdm_entry]->src_ip.ipv6.addr[1] in xge_hal_spdm_entry_remove() 6287 != src_ip->ipv6 in xge_hal_spdm_entry_remove() [all...] |
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_init_fw_funcs.h | 431 bool ipv6);
|
H A D | ecore_l2_api.h | 186 bool ipv6; member
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdloverlay.c | 159 struct in6_addr ipv6; in dladm_overlay_parse_prop() local 194 if (inet_pton(AF_INET6, val, &ipv6) != 1) { in dladm_overlay_parse_prop() 198 IN6_INADDR_TO_V4MAPPED(&ip, &ipv6); in dladm_overlay_parse_prop() 200 bcopy(&ipv6, buf, sizeof (struct in6_addr)); in dladm_overlay_parse_prop()
|
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/ |
H A D | DNSCommon.c | 344 case kDNSType_AAAA: mDNS_snprintf(buffer+length, RemSpc, "%.16a", &rd->ipv6); break; in GetRRDisplayString_rdb() 1778 case kDNSType_AAAA: return(sizeof(rd->ipv6)); in GetRDLength() 2055 case kDNSType_AAAA: if (rr->rdlength != sizeof(rdb->ipv6)) in putRData() 2057 if (ptr + sizeof(rdb->ipv6) > limit) return(mDNSNULL); in putRData() 2058 mDNSPlatformMemCopy(ptr, &rdb->ipv6, sizeof(rdb->ipv6)); in putRData() 2059 return(ptr + sizeof(rdb->ipv6)); in putRData() 2858 mDNSPlatformMemCopy(&rdb->ipv6, ptr, sizeof(rdb->ipv6)); in SetRData() 4307 mDNSu8 ipv6[16]; in GetReverseIPv6Addr() local 4326 ipv6[j] = (mDNSu8)nibble; in GetReverseIPv6Addr() 4330 ipv6[j] |= (mDNSu8)(nibble << 4); in GetReverseIPv6Addr() [all …]
|