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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DIPFilterScanner.l35 // The actual IP reading is done with the ScanIP() function.
58 static bool ScanIP(const char * buf, uint32 & ip)
116 if (!ScanIP(ip1, IPStart) || !ScanIP(ip2, IPEnd)
136 if (!ScanIP(ip1, IPStart) || !ScanIP(ip2, IPEnd)) {
H A DIPFilterScanner.cpp610 // The actual IP reading is done with the ScanIP() function.
633 static bool ScanIP(const char * buf, uint32 & ip) function
956 if (!ScanIP(ip1, IPStart) || !ScanIP(ip2, IPEnd)
982 if (!ScanIP(ip1, IPStart) || !ScanIP(ip2, IPEnd)) {

Completed in 72 milliseconds