OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intfName
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.c
305
errno, strerror(errno), dst, &thisIntf->coreIntf.ip, thisIntf->
intfName
, thisIntf->index);
395
mDNSlocal PosixNetworkInterface *SearchForInterfaceByName(mDNS *const m, const char *const
intfName
)
400
assert(
intfName
!= NULL);
403
while ((intf != NULL) && (strcmp(intf->
intfName
,
intfName
) != 0))
485
if (packetInfo.ipi_ifname[0] != 0) reject = (strcmp(packetInfo.ipi_ifname, intf->
intfName
) != 0);
506
intf->
intfName
, intf->index, realIntf->
intfName
, realIntf->index);
515
&intf->coreIntf.ip, intf->
intfName
, intf->index, skt);
530
&senderAddr, &destAddr, &intf->coreIntf.ip, intf->
intfName
, intf->index, skt)
[
all
...]
mDNSPosix.h
40
char *
intfName
;
Completed in 17 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026