Searched defs:ip_version (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c229 u8_t ip_version; local
236 ip_version = (tcp->path->path_const.ip_version == IP_VERSION_IPV4)? STATS_IP_4_IDX : STATS_IP_6_IDX;
237 LM_COMMON_DRV_STATS_ATOMIC_INC_TOE(pdev, ipv[ip_version].out_fin);
H A Dlm_l4sp.c1533 (tcp->path->path_const.ip_version == IP_VERSION_IPV6),
1580 (tcp->path->path_const.ip_version == IP_VERSION_IPV6),
1788 (tcp->path->path_const.ip_version == IP_VERSION_IPV6),
2346 (tcp->path->path_const.ip_version == IP_VERSION_IPV6),
2493 (tcp->path->path_const.ip_version == IP_VERSION_IPV6),
2602 xtcp_st->ip_version_1b = (tcp->path->path_const.ip_version == IP_VERSION_IPV4)? 0 : 1;
2603 if (tcp->path->path_const.ip_version == IP_VERSION_IPV4) {
2825 if(tcp->path->path_const.ip_version == IP_VERSION_IPV4) { /* IPV4 */
3557 if (tcp->path->path_const.ip_version == IP_VERSION_IPV6) {
3605 if (tcp->path->path_const.ip_version
4433 u8_t ip_version; local
4595 u8_t ip_version; local
4834 u8_t ip_version; local
[all...]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_name_service.c642 int ip_version; local
645 ip_version = 4;
647 ip_version = 6;
657 ip_version, strerror(errno));
668 ip_version, strerror(errno));
753 ip_version, strerror(errno));
762 ip_version, strerror(errno));
771 ip_version, strerror(errno));
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dl4states.h131 u8_t ip_version; member in struct:_l4_path_const_state_t
/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfc_appif.h270 uint16_t ip_version; /* ip version */ member in struct:fc_rnid_params
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow.h159 uint32_t ip_version; member in struct:mac_ipaddr_s

Completed in 79 milliseconds