Home
last modified time | relevance | path

Searched refs:interfaceForAddress (Results 1 – 18 of 18) sorted by relevance

/dports/net/libnpupnp/libnpupnp-4.1.5/src/inc/
H A Dnetif.h199 static const Interface *interfaceForAddress(
207 const Interface *interfaceForAddress(const IPAddr& addr, IPAddr& hostaddr);
/dports/games/ksirk/ksirk-21.12.3/ksirk/iris/
H A DTODO3 …il the next call to interfaces() or interfaceForAddress()." ... the code seems to be lying about
/dports/net-im/psi/psi-1.5/iris/
H A DTODO3 …il the next call to interfaces() or interfaceForAddress()." ... the code seems to be lying about
/dports/net-im/psi/psi-1.5/iris/src/irisnet/corelib/
H A Dnetinterface.h181 static QString interfaceForAddress(const QHostAddress &a);
H A Dnetinterface.cpp387 QString NetInterfaceManager::interfaceForAddress(const QHostAddress &a) in interfaceForAddress() function in XMPP::NetInterfaceManager
/dports/games/ksirk/ksirk-21.12.3/ksirk/iris/src/irisnet/corelib/
H A Dnetinterface.h189 static QString interfaceForAddress(const QHostAddress &a);
H A Dnetinterface.cpp466 QString NetInterfaceManager::interfaceForAddress(const QHostAddress &a) in interfaceForAddress() function in XMPP::NetInterfaceManager
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libiris/src/irisnet/corelib/
H A Dnetinterface.h188 static QString interfaceForAddress(const QHostAddress &a);
H A Dnetinterface.cpp394 QString NetInterfaceManager::interfaceForAddress(const QHostAddress &a) in interfaceForAddress() function in XMPP::NetInterfaceManager
/dports/net/libnpupnp/libnpupnp-4.1.5/src/utils/
H A Dnetif.cpp845 const Interface *Interfaces::interfaceForAddress( in interfaceForAddress() function in NetIF::Interfaces
894 const Interface* Interfaces::interfaceForAddress(const IPAddr& addr, in interfaceForAddress() function in NetIF::Interfaces
897 return interfaceForAddress(addr, m->interfaces, hostaddr); in interfaceForAddress()
/dports/net/libnpupnp/libnpupnp-4.1.5/src/dispatcher/
H A Dminiserver.cpp203 if (NetIF::Interfaces::interfaceForAddress(incoming, g_netifs, ifaddr) == nullptr) { in filter_connections()
271 if (nullptr == NetIF::Interfaces::interfaceForAddress(hostaddr, g_netifs, notused)) { in validate_host_header()
/dports/net/libnpupnp/libnpupnp-4.1.5/src/gena/
H A Dgena_device.cpp625 const auto subsnetif = NetIF::Interfaces::interfaceForAddress(subsaddr,g_netifs,hostaddr1); in callStrangerCheck()
661 const auto clnetif = NetIF::Interfaces::interfaceForAddress(claddr, g_netifs, hostaddr); in create_url_list()
H A Dgena_ctrlpt.cpp332 NetIF::Interfaces::theInterfaces()->interfaceForAddress(destaddr,myaddr); in gena_subscribe()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/model/
H A Drip.cc761 int32_t interfaceForAddress = m_ipv4->GetInterfaceForAddress (senderAddress); in Receive() local
762 if (interfaceForAddress != -1) in Receive()
H A Dripng.cc734 int32_t interfaceForAddress = m_ipv6->GetInterfaceForAddress (senderAddress); in Receive() local
735 if (interfaceForAddress != -1) in Receive()
/dports/net/libnpupnp/libnpupnp-4.1.5/src/ssdp/
H A Dssdp_device.cpp228 NetIF::Interfaces::interfaceForAddress(dipaddr, g_netifs, hostaddr); in createReplySocket4()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/olsr/model/
H A Dolsr-routing-protocol.cc454 int32_t interfaceForAddress = m_ipv4->GetInterfaceForAddress (senderIfaceAddr); in RecvOlsr() local
455 if (interfaceForAddress != -1) in RecvOlsr()
/dports/net/libnpupnp/libnpupnp-4.1.5/src/api/
H A Dupnpapi.cpp815 NetIF::Interfaces::interfaceForAddress(claddr, g_netifs, hostaddr); in UpnpGetUrlHostPortForClient()