Searched refs:PosixNetworkInterface (Results 1 – 2 of 2) sorted by relevance
82 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 …]
34 typedef struct PosixNetworkInterface PosixNetworkInterface; typedef36 struct PosixNetworkInterface struct41 PosixNetworkInterface * aliasIntf; argument