Searched defs:MATCH (Results 1 – 2 of 2) sorted by relevance
113 MATCH, // Received RA matched a known RA enumConstant513 MATCH, // A field that should be matched (e.g., the router IP address). enumConstant
200 #define MATCH(x, y, w) ((x) == (y) || ((w) && ((x) == ANY || (y) == ANY))) macro