OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coreIntf
(Results
1 - 2
of
2
) sorted by null
/external/mdnsresponder/mDNSPosix/
mDNSPosix.h
34
// IMPORTANT:
coreIntf
must be the first field in the structure because
41
NetworkInterfaceInfo
coreIntf
;
mDNSPosix.c
220
errno, strerror(errno), dst, &thisIntf->
coreIntf
.ip, thisIntf->intfName, thisIntf->index);
242
const mDNSInterfaceID InterfaceID = intf ? intf->
coreIntf
.InterfaceID : NULL;
303
&intf->
coreIntf
.ip, intf->intfName, intf->index, skt);
318
&senderAddr, &destAddr, &intf->
coreIntf
.ip, intf->intfName, intf->index, skt);
544
intf = (PosixNetworkInterface *)(intf->
coreIntf
.next);
561
intf = (PosixNetworkInterface *)(intf->
coreIntf
.next);
579
intf = (PosixNetworkInterface *)(intf->
coreIntf
.next);
613
mDNS_DeregisterInterface(m, &intf->
coreIntf
, mDNSfalse);
875
SockAddrTomDNSAddr(intfAddr, &intf->
coreIntf
.ip, NULL);
876
SockAddrTomDNSAddr(intfMask, &intf->
coreIntf
.mask, NULL)
[
all
...]
Completed in 48 milliseconds