Home | History | Annotate | Download | only in mDNSWindows

Lines Matching defs:prefixIndex

3633 			int						prefixIndex;
3749 for( prefixIndex = 0, prefix = firstPrefix; prefix; ++prefixIndex, prefix = prefix->Next )
3751 if( ( prefix->Address.lpSockaddr->sa_family == family ) && ( prefixIndex == addrIndex ) )