Symbol: ip_version
usr/src/lib/libdladm/common/linkprop.c
2651
if (p->mp_ipaddrs[i].ip_version == IPV4_VERSION) {
usr/src/lib/libdladm/common/linkprop.c
2745
addr->ip_version = IPV4_VERSION;
usr/src/lib/libdladm/common/linkprop.c
2795
addr->ip_version = IPV6_VERSION;
usr/src/lib/sun_fc/common/FCHBAPort.cc
1207
memcpy(&(rnid.ip_version), &(info.IPVersion), sizeof (rnid.ip_version));
usr/src/lib/sun_fc/common/FCHBAPort.cc
883
memcpy(&info->IPVersion, &(rnid.ip_version), sizeof (info->IPVersion));
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
642
int ip_version;
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
645
ip_version = 4;
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
647
ip_version = 6;
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
657
ip_version, strerror(errno));
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
668
ip_version, strerror(errno));
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
753
ip_version, strerror(errno));
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
762
ip_version, strerror(errno));
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
771
ip_version, strerror(errno));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
1533
(tcp->path->path_const.ip_version == IP_VERSION_IPV6),
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
1580
(tcp->path->path_const.ip_version == IP_VERSION_IPV6),
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
1788
(tcp->path->path_const.ip_version == IP_VERSION_IPV6),
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2346
(tcp->path->path_const.ip_version == IP_VERSION_IPV6),
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2493
(tcp->path->path_const.ip_version == IP_VERSION_IPV6),
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2602
xtcp_st->ip_version_1b = (tcp->path->path_const.ip_version == IP_VERSION_IPV4)? 0 : 1;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2603
if (tcp->path->path_const.ip_version == IP_VERSION_IPV4) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2825
if(tcp->path->path_const.ip_version == IP_VERSION_IPV4) { /* IPV4 */
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3557
if (tcp->path->path_const.ip_version == IP_VERSION_IPV6) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3605
if (tcp->path->path_const.ip_version == IP_VERSION_IPV4) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3620
if (tcp->path->path_const.ip_version == IP_VERSION_IPV4) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3710
(tcp->path->path_const.ip_version == IP_VERSION_IPV6),
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
4077
if( IP_VERSION_IPV4 == tcp->path->path_const.ip_version )
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
4081
else if( IP_VERSION_IPV6 == tcp->path->path_const.ip_version )
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
4433
u8_t ip_version;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
4439
ip_version = (tcp->path->path_const.ip_version == IP_VERSION_IPV4)? STATS_IP_4_IDX : STATS_IP_6_IDX;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
4440
LM_COMMON_DRV_STATS_ATOMIC_INC_TOE(pdev, ipv[ip_version].in_reset);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
4595
u8_t ip_version;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
4601
ip_version = (tcp->path->path_const.ip_version == IP_VERSION_IPV4)? STATS_IP_4_IDX : STATS_IP_6_IDX;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
4602
LM_COMMON_DRV_STATS_ATOMIC_INC_TOE(pdev, ipv[ip_version].in_fin);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
4834
u8_t ip_version;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
4841
ip_version = (tcp->path->path_const.ip_version == IP_VERSION_IPV4)? STATS_IP_4_IDX : STATS_IP_6_IDX;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
4842
LM_COMMON_DRV_STATS_ATOMIC_INC_TOE(pdev, ipv[ip_version].out_resets);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5591
if( IP_VERSION_IPV4 == tcp->path->path_const.ip_version )
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5595
else if( IP_VERSION_IPV6 == tcp->path->path_const.ip_version )
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
6485
if (path->path_const.ip_version == IP_VERSION_IPV4) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4tx.c
229
u8_t ip_version;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4tx.c
236
ip_version = (tcp->path->path_const.ip_version == IP_VERSION_IPV4)? STATS_IP_4_IDX : STATS_IP_6_IDX;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4tx.c
237
LM_COMMON_DRV_STATS_ATOMIC_INC_TOE(pdev, ipv[ip_version].out_fin);
usr/src/uts/common/io/bnxe/577xx/include/l4states.h
131
u8_t ip_version;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
1767
port_info->pi_rnid_params.params.ip_version = RNID_IPV4;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
2011
port_info->pi_rnid_params.params.ip_version);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
5619
rnid->ip_version = RNID_IPV4;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
5630
"GET_NODE_ID: ip_version: 0x%x", rnid->ip_version);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
5667
"SET_NODE_ID: ip_version: 0x%x", rnid->ip_version);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
549
ss->ss_rnid.ip_version = FCOEI_RNID_IPV4;
usr/src/uts/common/io/mac/mac_protect.c
1761
if (v4addr->ip_version == IPV4_VERSION) {
usr/src/uts/common/io/mac/mac_protect.c
1800
if (v6addr->ip_version == IPV6_VERSION &&
usr/src/uts/common/io/mac/mac_protect.c
2399
if (addr->ip_version == IPV4_VERSION) {
usr/src/uts/common/io/mac/mac_protect.c
2404
} else if (addr->ip_version == IPV6_VERSION) {
usr/src/uts/common/io/mac/mac_protect.c
2421
if (i == j || addr->ip_version != addr1->ip_version)
usr/src/uts/common/io/mac/mac_protect.c
2425
if ((addr->ip_version == IPV4_VERSION &&
usr/src/uts/common/io/mac/mac_protect.c
2605
if (mrp->mrp_protect.mp_ipaddrs[i].ip_version == af)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
379
u8 ip_version;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
754
enum ecore_tcp_ip_version ip_version;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
814
enum ecore_tcp_ip_version ip_version;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
121
u8 ip_version;
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/tcp_common.h
188
u8 ip_version;
usr/src/uts/common/sys/fibre-channel/fc_appif.h
270
uint16_t ip_version; /* ip version */
usr/src/uts/common/sys/mac_flow.h
161
uint32_t ip_version;