OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:packetInfo
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.c
426
struct my_in_pktinfo
packetInfo
;
438
packetLen = recvfrom_flags(skt, &packet, sizeof(packet), &flags, (struct sockaddr *) &from, &fromLen, &
packetInfo
, &ttl);
443
SockAddrTomDNSAddr((struct sockaddr*)&
packetInfo
.ipi_addr, &destAddr, &destPort);
485
if (
packetInfo
.ipi_ifname[0] != 0) reject = (strcmp(
packetInfo
.ipi_ifname, intf->intfName) != 0);
486
else if (
packetInfo
.ipi_ifindex != -1) reject = (
packetInfo
.ipi_ifindex != intf->index);
495
if (
packetInfo
.ipi_ifname[0] != '\0')
497
realIntf = SearchForInterfaceByName(m,
packetInfo
.ipi_ifname);
499
else if (
packetInfo
.ipi_ifindex != -1
[
all
...]
Completed in 30 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026