Home | History | Annotate | Download | only in SystemService

Lines Matching defs:IsValidAddress

155 static bool			IsValidAddress( const char * addr );
2332 // IsValidAddress
2336 IsValidAddress( const char * addr )
2549 if ((pAdapter->Type == MIB_IF_TYPE_ETHERNET) && ( IsValidAddress( pAdapter->IpAddressList.IpAddress.String ) ) && (!(*ifIndex) || (pAdapter->Index == (*ifIndex))))