Home
last modified time | relevance | path

Searched defs:get_ipv4 (Results 1 – 13 of 13) sorted by relevance

/dports/devel/caf/actor-framework-0.18.5/libcaf_io/src/io/network/
H A Dinterfaces.cpp60 int fetch_addr_str(bool get_ipv4, bool get_ipv6, char (&buf)[INET6_ADDRSTRLEN], in fetch_addr_str()
76 void for_each_address(bool get_ipv4, bool get_ipv6, F fun) { in for_each_address()
127 void for_each_address(bool get_ipv4, bool get_ipv6, F fun) { in for_each_address()
149 auto get_ipv4 = std::find(ps.begin(), ps.end(), protocol::ipv4) != ps.end(); in traverse_impl() local
/dports/devel/godot-tools/godot-3.2.3-stable/core/io/
H A Dip_address.cpp183 const uint8_t *IP_Address::get_ipv4() const { in get_ipv4() function in IP_Address
/dports/devel/godot2-tools/godot-2.1.6-stable/core/io/
H A Dip_address.cpp185 const uint8_t *IP_Address::get_ipv4() const { in get_ipv4() function in IP_Address
/dports/devel/godot2/godot-2.1.6-stable/core/io/
H A Dip_address.cpp185 const uint8_t *IP_Address::get_ipv4() const { in get_ipv4() function in IP_Address
/dports/devel/godot/godot-3.2.3-stable/core/io/
H A Dip_address.cpp183 const uint8_t *IP_Address::get_ipv4() const { in get_ipv4() function in IP_Address
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/include/uhdlib/transport/dpdk/
H A Dcommon.hpp199 inline ipv4_addr get_ipv4() const in get_ipv4() function in uhd::transport::dpdk::dpdk_port
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/common/
H A Dget.c290 get_ipv4(const u_char *pktdata, int datalen, int datalink, u_char **newbuff) in get_ipv4() function
/dports/net/hostapd-devel/hostap-14ab4a816/tests/remote/
H A Drutils.py219 def get_ipv4(client, ifname=None): function
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/port/
H A DIPAddress.cpp265 uint32 IPAddress::get_ipv4() const { in get_ipv4() function in td::IPAddress
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/tests/remote/
H A Drutils.py219 def get_ipv4(client, ifname=None): function
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_addr.c1675 #define get_ipv4(test_addr, str, iprv) STMT_BEGIN \ macro
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_addr.c1675 #define get_ipv4(test_addr, str, iprv) STMT_BEGIN \ macro
/dports/security/nmap/nmap-7.91/zenmap/zenmapCore/
H A DNmapParser.py581 def get_ipv4(self): member in ParserBasics