Searched refs:HostInterfaces (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c539 intf = (PosixNetworkInterface*)(m->HostInterfaces);
556 intf = (PosixNetworkInterface*)(m->HostInterfaces);
574 intf = (PosixNetworkInterface*)(m->HostInterfaces);
610 while (m->HostInterfaces)
612 PosixNetworkInterface *intf = (PosixNetworkInterface*)(m->HostInterfaces);
1022 // if ((m->HostInterfaces == NULL) && (firstLoopback != NULL))
1667 PosixNetworkInterface *info = (PosixNetworkInterface *)(m->HostInterfaces);
1698 info = (PosixNetworkInterface *)(m->HostInterfaces);
H A DmDNS.c359 for (intf = m->HostInterfaces; intf; intf = intf->next)
368 for (intf = m->HostInterfaces; intf; intf = intf->next)
382 NetworkInterfaceInfo *intf = m->HostInterfaces;
396 for (intf = m->HostInterfaces; intf; intf = intf->next)
2379 const NetworkInterfaceInfo *intf = GetFirstActiveInterface(m->HostInterfaces);
3311 const NetworkInterfaceInfo *intf = GetFirstActiveInterface(m->HostInterfaces);
5631 for (intf = GetFirstActiveInterface(m->HostInterfaces); intf; intf = GetFirstActiveInterface(intf->next))
6125 for (intf = GetFirstActiveInterface(m->HostInterfaces); intf; intf = GetFirstActiveInterface(intf->next))
6133 for (intf = GetFirstActiveInterface(m->HostInterfaces); intf; intf = GetFirstActiveInterface(intf->next))
6147 for (intf = GetFirstActiveInterface(m->HostInterfaces); int
[all...]
H A DmDNSEmbeddedAPI.h2387 NetworkInterfaceInfo *HostInterfaces; member in struct:mDNS_struct

Completed in 104 milliseconds