Searched refs:MATCH (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NetworkStack/src/android/net/apf/ |
D | ApfFilter.java | 113 MATCH, // Received RA matched a known RA enumConstant 234 case MATCH: in updateStats() 513 MATCH, // A field that should be matched (e.g., the router IP address). enumConstant 707 new PacketSection(mPacket.position(), length, PacketSection.Type.MATCH, 0, 0)); in addMatchSection() 870 if (section.type != PacketSection.Type.MATCH) continue; in matches() 916 if (section.type == PacketSection.Type.MATCH) { in generateFilterLocked() 1756 return ProcessRaResult.MATCH; in processRa()
|
/packages/modules/DnsResolver/ |
D | getaddrinfo.cpp | 200 #define MATCH(x, y, w) ((x) == (y) || ((w) && ((x) == ANY || (y) == ANY))) macro 364 if (!MATCH(ai.ai_socktype, ex.e_socktype, WILD_SOCKTYPE(ex))) continue; in android_getaddrinfofornetcontext() 365 if (!MATCH(ai.ai_protocol, ex.e_protocol, WILD_PROTOCOL(ex))) continue; in android_getaddrinfofornetcontext() 437 if (!MATCH(ai.ai_socktype, ex.e_socktype, WILD_SOCKTYPE(ex))) continue; in resolv_getaddrinfo() 439 if (!MATCH(ai.ai_protocol, ex.e_protocol, WILD_PROTOCOL(ex))) continue; in resolv_getaddrinfo()
|