Home
last modified time | relevance | path

Searched refs:get_family (Results 1 – 25 of 605) sorted by relevance

12345678910>>...25

/dports/databases/galera26/galera-release_26.4.10/galerautils/src/
H A Dgu_resolver.cpp225 if (sa.get_family () == addr.get_family () && in get_ifindex_by_addr()
266 if (sa.get_family() == addr.get_family() && in get_ifindex_by_addr()
314 log_debug << mcast_addr.get_family() << " " << if_addr.get_family(); in MReq()
315 if (mcast_addr.get_family() != if_addr.get_family()) in MReq()
318 << mcast_addr.get_family() << ", " in MReq()
319 << if_addr.get_family(); in MReq()
322 if (mcast_addr.get_family() != AF_INET && in MReq()
323 mcast_addr.get_family() != AF_INET6) in MReq()
331 mreq_len_ = (mcast_addr.get_family() == AF_INET ? in MReq()
340 switch (mcast_addr.get_family()) in MReq()
[all …]
/dports/databases/galera/galera-release_25.3.35/galerautils/src/
H A Dgu_resolver.cpp225 if (sa.get_family () == addr.get_family () && in get_ifindex_by_addr()
266 if (sa.get_family() == addr.get_family() && in get_ifindex_by_addr()
314 log_debug << mcast_addr.get_family() << " " << if_addr.get_family(); in MReq()
315 if (mcast_addr.get_family() != if_addr.get_family()) in MReq()
318 << mcast_addr.get_family() << ", " in MReq()
319 << if_addr.get_family(); in MReq()
322 if (mcast_addr.get_family() != AF_INET && in MReq()
323 mcast_addr.get_family() != AF_INET6) in MReq()
331 mreq_len_ = (mcast_addr.get_family() == AF_INET ? in MReq()
340 switch (mcast_addr.get_family()) in MReq()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/router/tests/
H A Dtest_datatypes.cc46 EXPECT_EQ(TCPAddress::Family::INVALID, a.get_family()); in TEST_F()
56 EXPECT_EQ(TCPAddress::Family::IPV4, a.get_family()); in TEST_F()
66 EXPECT_EQ(TCPAddress::Family::IPV6, a.get_family()); in TEST_F()
76 EXPECT_EQ(TCPAddress::Family::INVALID, a.get_family()); in TEST_F()
86 EXPECT_EQ(TCPAddress::Family::IPV4, a.get_family()); in TEST_F()
96 EXPECT_EQ(TCPAddress::Family::IPV6, a.get_family()); in TEST_F()
106 EXPECT_EQ(TCPAddress::Family::IPV6, a.get_family()); in TEST_F()
/dports/security/snort3/snort3-3.1.19.0/src/sfip/
H A Dsf_cidr.h54 uint16_t get_family() const;
113 inline uint16_t SfCidr::get_family() const in get_family() function
115 return addr.get_family(); in get_family()
126 ((addr.get_family() == AF_INET || addr.get_family() == AF_INET6) && in is_set()
/dports/textproc/p5-ODF-lpOD/ODF-lpOD-1.126/lpOD/
H A DStyle.pm174 my $family = $self->get_family;
242 my $family = $self->get_family;
281 my $f = $ds->get_family;
319 my $f = $style->get_family;
358 sub get_family subroutine
641 sub get_family { 'list' } subroutine
861 sub get_family { 'outline' } subroutine
1018 my $f = $self->get_family;
1405 sub get_family subroutine
1478 sub get_family { 'master page' } subroutine
[all …]
/dports/www/geneweb/geneweb-13c850a0cc3973daf7ae3e0772a1621f84052041/src/
H A Ddescend.ml81 list (Array.to_list (get_family u))
143 (get_family u)
171 0 (Array.to_list (get_family u))
195 (Array.to_list (get_family u))
203 Array.length (get_family u) <> 0 &&
403 0 (Array.to_list (get_family p))
430 (get_family p)
491 (get_family p)
652 (get_family u)
906 0 (Array.to_list (get_family p))
[all …]
/dports/databases/galera26/galera-release_26.4.10/galerautils/tests/
H A Dgu_net_test.cpp33 ck_assert(tcp_lh4_ai.get_family() == AF_INET); in START_TEST()
42 ck_assert(tcp_lh6_ai.get_family() == AF_INET6); in START_TEST()
/dports/databases/galera/galera-release_25.3.35/galerautils/tests/
H A Dgu_net_test.cpp33 ck_assert(tcp_lh4_ai.get_family() == AF_INET); in START_TEST()
42 ck_assert(tcp_lh6_ai.get_family() == AF_INET6); in START_TEST()
/dports/www/geneweb/geneweb-13c850a0cc3973daf7ae3e0772a1621f84052041/contrib/gwbase/etc/
H A Dselect.ml87 for i = 0 to Array.length (get_family u) - 1 do {
88 let ifam = (get_family u).(i) in
119 for i = 0 to Array.length (get_family u) - 1 do {
120 let ifam = (get_family u).(i) in
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/soc/
H A Dsoc-uclass.c33 if (!ops->get_family) in soc_get_family()
36 return ops->get_family(dev, buf, size); in soc_get_family()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/soc/
H A Dsoc-uclass.c33 if (!ops->get_family) in soc_get_family()
36 return ops->get_family(dev, buf, size); in soc_get_family()
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/soc/
H A Dsoc-uclass.c33 if (!ops->get_family) in soc_get_family()
36 return ops->get_family(dev, buf, size); in soc_get_family()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/soc/
H A Dsoc-uclass.c33 if (!ops->get_family) in soc_get_family()
36 return ops->get_family(dev, buf, size); in soc_get_family()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/soc/
H A Dsoc-uclass.c33 if (!ops->get_family) in soc_get_family()
36 return ops->get_family(dev, buf, size); in soc_get_family()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/soc/
H A Dsoc-uclass.c33 if (!ops->get_family) in soc_get_family()
36 return ops->get_family(dev, buf, size); in soc_get_family()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/soc/
H A Dsoc-uclass.c33 if (!ops->get_family) in soc_get_family()
36 return ops->get_family(dev, buf, size); in soc_get_family()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/soc/
H A Dsoc-uclass.c33 if (!ops->get_family) in soc_get_family()
36 return ops->get_family(dev, buf, size); in soc_get_family()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/soc/
H A Dsoc-uclass.c33 if (!ops->get_family) in soc_get_family()
36 return ops->get_family(dev, buf, size); in soc_get_family()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/soc/
H A Dsoc-uclass.c33 if (!ops->get_family) in soc_get_family()
36 return ops->get_family(dev, buf, size); in soc_get_family()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/soc/
H A Dsoc-uclass.c33 if (!ops->get_family) in soc_get_family()
36 return ops->get_family(dev, buf, size); in soc_get_family()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/soc/
H A Dsoc-uclass.c33 if (!ops->get_family) in soc_get_family()
36 return ops->get_family(dev, buf, size); in soc_get_family()
/dports/sysutils/u-boot-pinebookpro/u-boot-2021.07/drivers/soc/
H A Dsoc-uclass.c33 if (!ops->get_family) in soc_get_family()
36 return ops->get_family(dev, buf, size); in soc_get_family()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/drivers/soc/
H A Dsoc-uclass.c33 if (!ops->get_family) in soc_get_family()
36 return ops->get_family(dev, buf, size); in soc_get_family()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/drivers/soc/
H A Dsoc-uclass.c33 if (!ops->get_family) in soc_get_family()
36 return ops->get_family(dev, buf, size); in soc_get_family()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/soc/
H A Dsoc-uclass.c33 if (!ops->get_family) in soc_get_family()
36 return ops->get_family(dev, buf, size); in soc_get_family()

12345678910>>...25