Lines Matching defs:MATCH
354 #define MATCH(x, y, w) \
573 if (!MATCH
575 if (!MATCH(pai->ai_protocol, ex->e_protocol, WILD_PROTOCOL(ex)))
628 /* require exact match for family field */
632 if (!MATCH(pai->ai_socktype, ex->e_socktype,
636 if (!MATCH(pai->ai_protocol, ex->e_protocol,
847 goto next; /* not match */
944 int match = 0;
971 match++;
976 match += 8;
977 return match;
1075 * We compare the match length in a same AF only.
1176 * if the servname does not match socktype/protocol, ignore it.
1249 * if the servname does not match socktype/protocol, ignore it.
1306 * if the servname does not match socktype/protocol, ignore it.
1406 * if the servname does not match socktype/protocol, ignore it.