Lines Matching defs:skip
1104 // Skip checks for LocalOnly and P2P as they are not valid InterfaceIDs. Also, for scoped
1105 // entries in /etc/hosts skip that check as that interface may not be valid at this time.
1799 int skip = CountLabels(name) - 6;
1800 if (skip < 0) { LogMsg("GetIPFromName: Need six labels in IPv4 reverse mapping name %##s", name); return mStatus_Invalid; }
1801 if (GetLabelDecimalValue(SkipLeadingLabels(name, skip+3)->c, &a->ip.v4.b[0]) ||
1802 GetLabelDecimalValue(SkipLeadingLabels(name, skip+2)->c, &a->ip.v4.b[1]) ||
1803 GetLabelDecimalValue(SkipLeadingLabels(name, skip+1)->c, &a->ip.v4.b[2]) ||
1804 GetLabelDecimalValue(SkipLeadingLabels(name, skip+0)->c, &a->ip.v4.b[3])) return mStatus_Invalid;
1818 int skip = CountLabels(name) - 34;
1819 if (skip < 0) { LogMsg("GetIPFromName: Need 34 labels in IPv6 reverse mapping name %##s", name); return mStatus_Invalid; }
1821 n = SkipLeadingLabels(name, skip);
1842 int skip = CountLabels(name) - 2;
1843 if (skip >= 0)
1845 const domainname *suffix = SkipLeadingLabels(name, skip);
2249 // Skip this interface if the record InterfaceID is *Any and the record is not
2272 else continue; // If this packet is already too full to hold the goodbye for this record, skip it for now and we'll retry later
3629 // before the question became suppressed. We need to skip the suppressed questions here as
4592 // returns results for both at the same time. If we are looking for the _autotunnel6 record, then skip this logic
5265 // If we've not hit the sleep limit time, and it's not time for our next retry, we can skip these checks
7784 // If there is no match, return -1 and the caller will skip this newname for
7844 // skip servers that will soon be deleted
7906 // skip servers that will soon be deleted
7944 // If we know that all the names are already equally good matches, then skip calling BetterMatchForName.
7946 // Actually we just need PenaltyTime match, but for the sake of readability we just skip the expensive
8057 // Skip Private domains as we have special addresses to get the hosts in the Private domain
10397 // Skip over the Non-ESP Marker if present