Home | History | Annotate | Download | only in net

Lines Matching defs:MATCH

311 #define MATCH(x, y, w) 							\
699 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
701 if (!MATCH(pai->ai_protocol, ex->e_protocol, WILD_PROTOCOL(ex)))
753 /* require exact match for family field */
757 if (!MATCH(pai->ai_socktype, ex->e_socktype,
761 if (!MATCH(pai->ai_protocol, ex->e_protocol,
825 * if the servname does not match socktype/protocol, ignore it.
895 * if the servname does not match socktype/protocol, ignore it.
951 * if the servname does not match socktype/protocol, ignore it.
1037 * if the servname does not match socktype/protocol, ignore it.
1176 #if 1 /* ANDROID-SPECIFIC CHANGE TO MATCH GLIBC */