Searched refs:STRN_EQ (Results 1 – 2 of 2) sorted by relevance
331 if (STRN_EQ(string, "::ffff:", 7) in string_match()344 return (STRN_EQ(tok, string, n)); in string_match()
52 #define STRN_EQ(x,y,l) (strncasecmp((x),(y),(l)) == 0) macro