Searched refs:is_ipv4 (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libresolv2/common/inet/ |
H A D | inet_net_ntop.c | 175 int is_ipv4 = 0; in inet_net_ntop_ipv6() local 235 is_ipv4 = 1; in inet_net_ntop_ipv6() 250 if (is_ipv4 && p > 5 ) { in inet_net_ntop_ipv6()
|
/titanic_50/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-device.h | 300 u8 is_ipv4; member 806 u8 is_tcp, u8 is_ipv4, u8 tgt_queue); 811 u8 is_tcp, u8 is_ipv4);
|
/titanic_50/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-device.c | 1925 u8 is_ipv4, u8 tgt_queue, u32 jhash_value, u16 spdm_entry) in __hal_spdm_entry_add() argument 1952 vBIT(is_ipv4,63,1); in __hal_spdm_entry_add() 1955 if (is_ipv4) { in __hal_spdm_entry_add() 2003 hldev->spdm_table[spdm_entry]->is_ipv4 = is_ipv4; in __hal_spdm_entry_add() 2120 spdm_entry->is_ipv4, in __hal_device_rth_spdm_configure() 6072 u8 is_tcp, u8 is_ipv4, u8 tgt_queue) in xge_hal_spdm_entry_add() argument 6107 if (is_ipv4) { in xge_hal_spdm_entry_add() 6119 if (is_ipv4) { in xge_hal_spdm_entry_add() 6181 is_tcp, is_ipv4, tgt_queue, in xge_hal_spdm_entry_add() 6216 u8 is_tcp, u8 is_ipv4) in xge_hal_spdm_entry_remove() argument [all …]
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | bnxe_context.c | 451 u8_t temp_ipv6, temp_ipv4, temp_depth_ipv4, is_ipv4; in lm_searcher_mirror_hash_insert() local 459 is_ipv4 = (tuple->ip_type == LM_IP_TYPE_V4 ? 1 : 0); in lm_searcher_mirror_hash_insert() 476 temp_ipv6 = hash_entry->num_ipv6 + (is_ipv4 ? 0 : 1); in lm_searcher_mirror_hash_insert() 477 temp_ipv4 = hash_entry->num_ipv4 + is_ipv4; in lm_searcher_mirror_hash_insert()
|