Home
last modified time | relevance | path

Searched refs:PosixNetworkInterface (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/apache2/mDNSResponder/dist/mDNSPosix/
DmDNSPosix.c82 static PosixNetworkInterface *gRecentInterfaces;
169 PosixNetworkInterface * thisIntf = (PosixNetworkInterface *)(InterfaceID); in mDNSPlatformSendUDP()
391 mDNSlocal PosixNetworkInterface *SearchForInterfaceByName(mDNS *const m, const char *const intfName) in SearchForInterfaceByName()
393 PosixNetworkInterface *intf; in SearchForInterfaceByName()
398 intf = (PosixNetworkInterface*)(m->HostInterfaces); in SearchForInterfaceByName()
400 intf = (PosixNetworkInterface *)(intf->coreIntf.next); in SearchForInterfaceByName()
405 mDNSlocal PosixNetworkInterface *SearchForInterfaceByIndex(mDNS *const m, const mDNSu32 index) in SearchForInterfaceByIndex()
407 PosixNetworkInterface *intf = (PosixNetworkInterface*)(m->HostInterfaces); in SearchForInterfaceByIndex()
410 intf = (PosixNetworkInterface *)(intf->coreIntf.next); in SearchForInterfaceByIndex()
416 mDNSlocal void SocketDataReady(mDNS *const m, const PosixNetworkInterface *intf, const int skt, UDP… in SocketDataReady()
[all …]
DmDNSPosix.h34 typedef struct PosixNetworkInterface PosixNetworkInterface; typedef
36 struct PosixNetworkInterface struct
41 PosixNetworkInterface * aliasIntf; argument