Home
last modified time | relevance | path

Searched refs:is_v6 (Results 1 – 13 of 13) sorted by relevance

/openbmc/bmcweb/test/include/
H A Dasync_resolve_test.cpp12 EXPECT_FALSE(ep.address().is_v6()); in TEST()
23 EXPECT_TRUE(ep.address().is_v6()); in TEST()
/openbmc/linux/drivers/net/ipvlan/
H A Dipvlan_core.c56 static bool addr_equal(bool is_v6, struct ipvl_addr *addr, const void *iaddr) in addr_equal() argument
58 if (!is_v6 && addr->atype == IPVL_IPV4) { in addr_equal()
63 } else if (is_v6 && addr->atype == IPVL_IPV6) { in addr_equal()
74 const void *iaddr, bool is_v6) in ipvlan_ht_addr_lookup() argument
79 hash = is_v6 ? ipvlan_get_v6_hash(iaddr) : in ipvlan_ht_addr_lookup()
82 if (addr_equal(is_v6, addr, iaddr)) in ipvlan_ht_addr_lookup()
105 const void *iaddr, bool is_v6) in ipvlan_find_addr() argument
111 if (addr_equal(is_v6, addr, iaddr)) { in ipvlan_find_addr()
120 bool ipvlan_addr_busy(struct ipvl_port *port, void *iaddr, bool is_v6) in ipvlan_addr_busy() argument
127 if (ipvlan_find_addr(ipvlan, iaddr, is_v6)) { in ipvlan_addr_busy()
H A Dipvlan.h161 const void *iaddr, bool is_v6);
162 bool ipvlan_addr_busy(struct ipvl_port *port, void *iaddr, bool is_v6);
H A Dipvlan_main.c804 static int ipvlan_add_addr(struct ipvl_dev *ipvlan, void *iaddr, bool is_v6) in ipvlan_add_addr() argument
813 if (!is_v6) { in ipvlan_add_addr()
834 static void ipvlan_del_addr(struct ipvl_dev *ipvlan, void *iaddr, bool is_v6) in ipvlan_del_addr() argument
839 addr = ipvlan_find_addr(ipvlan, iaddr, is_v6); in ipvlan_del_addr()
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-wqe.h84 uint64_t is_v6:1; member
180 uint64_t is_v6:1;
209 uint64_t is_v6:1; member
229 uint64_t is_v6:1;
/openbmc/linux/tools/testing/selftests/net/hsr/
H A Dhsr_ping.sh45 is_v6() function
56 if is_v6 "${connect_addr}"; then
77 if is_v6 "${connect_addr}"; then
/openbmc/bmcweb/redfish-core/include/utils/
H A Dip_utils.hpp24 if (ipAddr.is_v6() && ipAddr.to_v6().is_v4_mapped()) in toString()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Duserspace_pm.sh184 local is_v6=$1
188 if [ "$is_v6" = "v6" ]
194 is_v6="v4"
247 print_test "Established IP${is_v6} MPTCP Connection ns2 => ns1"
258 if [ "$is_v6" = "v6" ]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c173 bool is_v6) in get_mangled_tos_ttl() argument
182 if (is_v6) { in get_mangled_tos_ttl()
197 is_v6 ? FLOW_ACT_MANGLE_HDR_TYPE_IP6 : in get_mangled_tos_ttl()
202 if (is_v6) { in get_mangled_tos_ttl()
240 bool out, is_v6 = false; in nfp_ct_merge_check() local
280 is_v6 = match1.key->n_proto == htons(ETH_P_IPV6); in nfp_ct_merge_check()
411 match1.key = get_mangled_tos_ttl(entry1->rule, buf, is_v6); in nfp_ct_merge_check()
/openbmc/linux/drivers/staging/octeon/
H A Dethernet-rx.c315 if (work->word2.s.is_v6) in cvm_oct_poll()
H A Docteon-stubs.h60 uint64_t is_v6:1; member
83 uint64_t is_v6:1; member
H A Dethernet-tx.c590 work->word2.s.is_v6 = 0; in cvm_oct_xmit_pow()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c3758 int is_v6, rc = 0; in cnic_get_route() local
3766 is_v6 = 1; in cnic_get_route()
3769 is_v6 = 0; in cnic_get_route()
3775 if (is_v6) { in cnic_get_route()