Home | History | Annotate | Download | only in net

Lines Matching refs:MATCH

304 #define MATCH(x, y, w) 							\
695 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
697 if (!MATCH(pai->ai_protocol, ex->e_protocol, WILD_PROTOCOL(ex)))
748 /* require exact match for family field */
752 if (!MATCH(pai->ai_socktype, ex->e_socktype,
756 if (!MATCH(pai->ai_protocol, ex->e_protocol,
820 * if the servname does not match socktype/protocol, ignore it.
890 * if the servname does not match socktype/protocol, ignore it.
946 * if the servname does not match socktype/protocol, ignore it.
1032 * if the servname does not match socktype/protocol, ignore it.
1171 #if 1 /* ANDROID-SPECIFIC CHANGE TO MATCH GLIBC */