/titanic_44/usr/src/uts/common/netinet/ |
H A D | in.h | 728 #define IN6_V4MAPPED_TO_INADDR(v6, v4) \ argument 729 ((v4)->s_addr = (v6)->_S6_un._S6_u32[3]) 730 #define IN6_V4MAPPED_TO_IPADDR(v6, v4) \ argument 731 ((v4) = (v6)->_S6_un._S6_u32[3]) 747 #define IN6_INADDR_TO_V4MAPPED(v4, v6) \ argument 748 ((v6)->_S6_un._S6_u32[3] = (v4)->s_addr, \ 749 (v6)->_S6_un._S6_u32[2] = 0x0000ffff, \ 750 (v6)->_S6_un._S6_u32[1] = 0, \ 751 (v6)->_S6_un._S6_u32[0] = 0) 752 #define IN6_IPADDR_TO_V4MAPPED(v4, v6) \ argument [all …]
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip6.h | 136 #define V4MASK_TO_V6(v4, v6) ((v6).s6_addr32[0] = 0xffffffffUL, \ argument 137 (v6).s6_addr32[1] = 0xffffffffUL, \ 138 (v6).s6_addr32[2] = 0xffffffffUL, \ 139 (v6).s6_addr32[3] = (v4)) 147 #define V4_PART_OF_V6(v6) v6.s6_addr32[3] argument
|
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | packet.c | 183 dhcpv6_message_t *v6; in init_pkt() local 186 (v6 = realloc(dpkt->pkt, mtu)) != NULL) { in init_pkt() 188 dpkt->pkt = (PKT *)v6; in init_pkt() 192 if (sizeof (*v6) > dpkt->pkt_max_len) { in init_pkt() 198 v6 = (dhcpv6_message_t *)dpkt->pkt; in init_pkt() 199 dpkt->pkt_cur_len = sizeof (*v6); in init_pkt() 201 (void) memset(v6, 0, dpkt->pkt_max_len); in init_pkt() 203 v6->d6m_msg_type = type; in init_pkt() 204 DHCPV6_SET_TRANSID(v6, xid); in init_pkt() 915 msg.msg_name = &dsmp->dsm_send_dest.v6; in send_pkt_internal() [all …]
|
H A D | dhcpagent.dfl | 38 # An interface name alone specifies IPv4 DHCP. For DHCPv6, append ".v6". 42 # hme0.v6.VERIFIED_LEASE_ONLY=no specify hme0 v6 behavior 44 # .v6.VERIFIED_LEASE_ONLY=no match all v6 interfaces 70 # .v6.VERIFIED_LEASE_ONLY=yes 123 .v6.PARAM_REQUEST_LIST=7,12,23,24,27,29 130 .v6.PARAM_IGNORE_LIST=
|
H A D | interface.h | 52 #define V4_PART_OF_V6(v6) v6._S6_un._S6_u32[3] argument
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | addrmatch.c | 40 struct in6_addr v6; member 46 #define v6 xa.v6 macro 102 memcpy(&xa->v6, &in6->sin6_addr, sizeof(xa->v6)); in addr_sa_to_xaddr()
|
/titanic_44/usr/src/cmd/svc/milestone/ |
H A D | net-loopback | 62 /sbin/ipadm create-addr -t -T static -a ::1/128 lo0/v6 69 /sbin/ipadm set-addrprop -t -p zone=all-zones lo0/v6
|
/titanic_44/usr/src/lib/print/libpapi-common/common/ |
H A D | misc.c | 141 struct in6_addr v6[1], *addr = NULL; in local_interfaces() local 147 IN6_INADDR_TO_V4MAPPED(&s->sin_addr, v6); in local_interfaces() 148 addr = v6; in local_interfaces()
|
/titanic_44/usr/src/lib/libdladm/common/ |
H A D | libdladm_impl.h | 40 #define V4_PART_OF_V6(v6) ((v6)._S6_un._S6_u32[3]) argument
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | view.test | 311 CREATE VIEW v6 AS SELECT pqr, xyz FROM v1; 312 SELECT * FROM v6 ORDER BY xyz; 319 SELECT * FROM v6 ORDER BY xyz; 324 CREATE VIEW v7 AS SELECT pqr+xyz AS a FROM v6; 342 SELECT mx+10, pqr FROM v6, v8 WHERE xyz=2; 347 SELECT mx+10, pqr FROM v6, v8 WHERE xyz>2;
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.h | 77 #define V4_PART_OF_V6(v6) v6._S6_un._S6_u32[3] argument
|
/titanic_44/usr/src/lib/libilb/common/ |
H A D | libilb.h | 128 struct in6_addr v6; /* network byte order */ member 131 #define ia_v6 _au.v6
|
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_l2t.h | 57 uint8_t v6; /* whether entry is for IPv6 */ member
|
H A D | t4_l2t.c | 308 if (e->v6 != 0) in addreq() 352 if (e->v6 != 0) in t4_l2t_send() 511 e->v6 = (addr_len == 16); in t4_l2t_get()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dump.c | 175 int v6 = 1; in nd_init() local 178 ((v6 = strcmp(nfsdump_cf.knc_protofmly, NC_INET6))\ in nd_init() 188 ddi_name_to_major(v6?"udp":"udp6")); in nd_init()
|
/titanic_44/usr/src/lib/libm/common/C/ |
H A D | __lgamma.c | 101 v6 = 6.393885654300092398984238e5, variable 258 q = v0+y*(v1+y*(v2+y*(v3+y*(v4+y*(v5+y*(v6+y*(v7-y))))))); in __k_lgamma()
|
/titanic_44/usr/src/lib/nsswitch/dns/common/ |
H A D | dns_common.c | 332 _nss_has_interfaces(boolean_t *v4, boolean_t *v6) in _nss_has_interfaces() argument 339 *v4 = *v6 = B_FALSE; in _nss_has_interfaces() 361 if (*v6 != B_FALSE) in _nss_has_interfaces() 368 *v6 = B_TRUE; in _nss_has_interfaces()
|
/titanic_44/usr/src/common/net/dhcp/ |
H A D | dhcp_impl.h | 99 struct sockaddr_in6 v6; member
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade.cfg | 105 # v6 pool 106 export ZPOOL_VERSION_6_FILES="zfs-pool-v6.dat" 107 export ZPOOL_VERSION_6_NAME="v6-pool"
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSEmbeddedAPI.h | 1206 union { mDNSv6Addr v6; mDNSv4Addr v4; } ip; member 2223 #define AllDNSLinkGroupv6 (AllDNSLinkGroup_v6.ip.v6) 2554 ((X)->type == mDNSAddrType_IPv6 && mDNSSameIPv6Address((X)->ip.v6, AllDNSLinkGroupv6)) ) 2558 ((X)->type == mDNSAddrType_IPv6 && mDNSIPv6AddressIsZero((X)->ip.v6)) ) 2562 ((X)->type == mDNSAddrType_IPv6 && !mDNSIPv6AddressIsZero((X)->ip.v6)) ) 2566 ((X)->type == mDNSAddrType_IPv6 && mDNSIPv6AddressIsOnes((X)->ip.v6)) ) 2570 … == mDNSAddrType_IPv6) ? !(mDNSIPv6AddressIsZero((X)->ip.v6) || mDNSIPv6AddressIsOnes((X)->ip.v6))…
|
/titanic_44/usr/src/lib/libipadm/common/ |
H A D | ipadm_ngz.c | 285 boolean_t v6 = B_FALSE; in i_ipadm_ngz_persist_if() local 302 v6 = B_TRUE; in i_ipadm_ngz_persist_if() 308 (*ngz_persist_if)(link, v4, v6); in i_ipadm_ngz_persist_if()
|
H A D | ipadm_if.c | 946 boolean_t v6 = (af == AF_INET6); in i_ipadm_unplumb_if() local 964 if (v6) { in i_ipadm_unplumb_if() 1008 if ((v6 && lifgr.gi_nv6 != 0) || (!v6 && lifgr.gi_nv4 != 0)) { in i_ipadm_unplumb_if() 1028 if (((ifaddrp->ia_flags & IFF_IPV6) && !v6) || in i_ipadm_unplumb_if() 1029 (!(ifaddrp->ia_flags & IFF_IPV6) && v6)) in i_ipadm_unplumb_if()
|
/titanic_44/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent.c | 277 int v4 = 0, v6 = 0; in getipnodebyname() local 296 v6 = inet_pton(AF_INET6, name, &in6); in getipnodebyname() 301 (af == AF_INET && v6 == 1) || in getipnodebyname() 303 (have_v6 == 0 && v6 == 1) || in getipnodebyname() 311 if (v4 == 1 || v6 == 1) { in getipnodebyname()
|
/titanic_44/usr/src/cmd/cmd-inet/lib/ipmgmtd/ |
H A D | ipmgmt_main.c | 275 ipmgmt_persist_if_cb(char *ifname, boolean_t v4, boolean_t v6) in ipmgmt_persist_if_cb() argument 287 pif->pif_v6 = v6; in ipmgmt_persist_if_cb()
|
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | create_loc_nonet | 30 set ipfilter-v6-config-file=/etc/nwam/loc/NoNet/ipf6.conf
|