OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFirstActiveInterface
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
DNSCommon.h
125
extern NetworkInterfaceInfo *
GetFirstActiveInterface
(NetworkInterfaceInfo *intf);
mDNS.c
3155
const NetworkInterfaceInfo *intf =
GetFirstActiveInterface
(m->HostInterfaces);
3638
const NetworkInterfaceInfo *next =
GetFirstActiveInterface
(intf->next);
4294
const NetworkInterfaceInfo *intf =
GetFirstActiveInterface
(m->HostInterfaces);
5006
const NetworkInterfaceInfo *next =
GetFirstActiveInterface
(intf->next);
5421
for (const NetworkInterfaceInfo *interface =
GetFirstActiveInterface
(m->HostInterfaces); interface;
5422
interface =
GetFirstActiveInterface
(interface->next))
6684
for (const NetworkInterfaceInfo *intf =
GetFirstActiveInterface
(m->HostInterfaces); intf;
6685
intf =
GetFirstActiveInterface
(intf->next))
7291
for (intf =
GetFirstActiveInterface
(m->HostInterfaces); intf; intf =
GetFirstActiveInterface
(intf->next)
[
all
...]
DNSCommon.c
240
mDNSexport NetworkInterfaceInfo *
GetFirstActiveInterface
(NetworkInterfaceInfo *intf)
248
const NetworkInterfaceInfo *next =
GetFirstActiveInterface
(intf->next);
Completed in 28 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026