Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c6196 NetworkInterfaceInfo *newIntf; in skipSameSubnetRegistration() local
6199 for (newIntf = FirstInterfaceForID(m, intfid); newIntf; newIntf = newIntf->next) in skipSameSubnetRegistration()
6201 if ((newIntf->InterfaceID != intfid) || in skipSameSubnetRegistration()
6202 (newIntf->ip.type != mDNSAddrType_IPv4)) in skipSameSubnetRegistration()
6215 …ip.v4.NotAnInteger & intf->mask.ip.v4.NotAnInteger) == (newIntf->ip.ip.v4.NotAnInteger & newIntf->… in skipSameSubnetRegistration()