/titanic_41/usr/src/uts/common/inet/ |
H A D | ip6.h | 136 #define V4MASK_TO_V6(v4, v6) ((v6).s6_addr32[0] = 0xffffffffUL, \ argument 147 #define V4_PART_OF_V6(v6) v6.s6_addr32[3] argument
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | addrmatch.c | 40 struct in6_addr v6; member 46 #define v6 xa.v6 macro
|
/titanic_41/usr/src/uts/common/netinet/ |
H A D | in.h | 728 #define IN6_V4MAPPED_TO_INADDR(v6, v4) \ argument 730 #define IN6_V4MAPPED_TO_IPADDR(v6, v4) \ argument 747 #define IN6_INADDR_TO_V4MAPPED(v4, v6) \ argument 752 #define IN6_IPADDR_TO_V4MAPPED(v4, v6) \ argument 758 #define IN6_INADDR_TO_V4MAPPED(v4, v6) \ argument 763 #define IN6_IPADDR_TO_V4MAPPED(v4, v6) \ argument 784 #define IN6_6TO4_TO_V4ADDR(v6, v4) \ argument 803 #define IN6_V4ADDR_TO_6TO4(v4, v6) \ argument 815 #define IN6_V4ADDR_TO_6TO4(v4, v6) \ argument
|
/titanic_41/usr/src/lib/print/libpapi-common/common/ |
H A D | misc.c | 141 struct in6_addr v6[1], *addr = NULL; in local_interfaces() local
|
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_l2t.h | 57 uint8_t v6; /* whether entry is for IPv6 */ member
|
/titanic_41/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_41/usr/src/common/net/dhcp/ |
H A D | dhcp_impl.h | 99 struct sockaddr_in6 v6; member
|
/titanic_41/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()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dump.c | 175 int v6 = 1; in nd_init() local
|
/titanic_41/usr/src/lib/libm/common/C/ |
H A D | __lgamma.c | 101 v6 = 6.393885654300092398984238e5, variable
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | interface.h | 52 #define V4_PART_OF_V6(v6) v6._S6_un._S6_u32[3] argument
|
H A D | states.h | 179 struct sockaddr_in6 v6; member
|
H A D | interface.c | 382 #define ASSIGN_ADDR(v4, v6, lf) \ argument
|
H A D | packet.c | 183 dhcpv6_message_t *v6; in init_pkt() local
|
/titanic_41/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()
|
/titanic_41/usr/src/lib/libipadm/common/ |
H A D | ipadm_ngz.c | 285 boolean_t v6 = B_FALSE; in i_ipadm_ngz_persist_if() local
|
H A D | ipadm_if.c | 946 boolean_t v6 = (af == AF_INET6); in i_ipadm_unplumb_if() local
|
/titanic_41/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent.c | 277 int v4 = 0, v6 = 0; in getipnodebyname() local
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | nl7c.c | 101 in6_addr_t v6; /* IPv6 address */ member
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestBean.java | 399 ValueRecord v6 = new ScalarRecord(new Short((short) 7), 2); in getAggregate() local
|
/titanic_41/usr/src/lib/libilb/common/ |
H A D | libilb.h | 128 struct in6_addr v6; /* network byte order */ member
|
/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_common.c | 65 boolean_t v6 = !fp->sf_isv4; in sctp_set_saddr() local
|
/titanic_41/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_41/usr/src/lib/libkmf/libkmf/common/ |
H A D | generalop.c | 1693 in6_addr_t v6; in encode_ipaddr() local
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 98 #define V4MASK_TO_V6(v4, v6) ((v6)._S6_un._S6_u32[0] = 0xfffffffful, \ argument 103 #define IN6_IS_V4MASK(v6) ((v6)._S6_un._S6_u32[0] == 0xfffffffful && \ argument
|