Searched defs:MATCH (Results 1 – 5 of 5) sorted by relevance
30 private const val MATCH = 0 in <lambda>() constant
117 MATCH, // Received RA matched a known RA enumConstant536 MATCH, // A field that should be matched (e.g., the router IP address). enumConstant
624 MATCH, // A field that should be matched (e.g., the router IP address). enumConstant
198 #define MATCH(x, y, w) ((x) == (y) || ((w) && ((x) == ANY || (y) == ANY))) macro
1953 #define MATCH(vk, normal) \ in _console_read() macro