Searched defs:MATCH (Results 1 – 3 of 3) sorted by relevance
116 MATCH, // Received RA matched a known RA enumConstant514 MATCH, // A field that should be matched (e.g., the router IP address). enumConstant
199 #define MATCH(x, y, w) ((x) == (y) || ((w) && ((x) == ANY || (y) == ANY))) macro
1953 #define MATCH(vk, normal) \ in _console_read() macro