Home | History | Annotate | Download | only in net

Lines Matching refs:MATCH

296 #define MATCH(x, y, w) 							\
482 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
484 if (!MATCH(pai->ai_protocol, ex->e_protocol, WILD_PROTOCOL(ex)))
528 /* require exact match for family field */
532 if (!MATCH(pai->ai_socktype, ex->e_socktype,
536 if (!MATCH(pai->ai_protocol, ex->e_protocol,
600 * if the servname does not match socktype/protocol, ignore it.
670 * if the servname does not match socktype/protocol, ignore it.
726 * if the servname does not match socktype/protocol, ignore it.
812 * if the servname does not match socktype/protocol, ignore it.
951 #if 1 /* ANDROID-SPECIFIC CHANGE TO MATCH GLIBC */