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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c6299 NetworkInterfaceInfo *newIntf; local
6302 for (newIntf = FirstInterfaceForID(m, intfid); newIntf; newIntf = newIntf->next)
6304 if ((newIntf->InterfaceID != intfid) ||
6305 (newIntf->ip.type != mDNSAddrType_IPv4))
6318 if ((intf->ip.ip.v4.NotAnInteger & intf->mask.ip.v4.NotAnInteger) == (newIntf->ip.ip.v4.NotAnInteger & newIntf->mask.ip.v4.NotAnInteger))

Completed in 86 milliseconds