Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/SystemService/
DService.c154 static bool HaveRoute( PMIB_IPFORWARDROW rowExtant, unsigned long addr, unsigned long metric );
2280 HaveRoute( PMIB_IPFORWARDROW rowExtant, unsigned long addr, unsigned long metric ) in HaveRoute() function
2435 if ( HaveRoute( &rowExtant, inet_addr( kLLNetworkAddr ), 0 ) ) in SetLLRoute()