Lines Matching defs:match
1046 int match;
1138 NULL, &match, NULL) == ISC_R_SUCCESS &&
1139 match > 0)
1182 * the ID and the address must match the expected ones.
1202 "response to an exclusive socket doesn't match");
1218 * Check that the socket types and ports match.
2201 * Don't match wildcard ports unless the port is available in the
2211 * Check if we match the binding <address,port>.
2212 * Wildcard ports match/fail here.
2220 * Check if we match a bound wildcard port <address,port>.
2250 * Make certain that we will not match a private or exclusive dispatch.
2628 isc_boolean_t match = ISC_FALSE;
2640 while (disp != NULL && !match) {
2658 match = ISC_TRUE;
2665 return (match ? ISC_R_SUCCESS : ISC_R_NOTFOUND);
2678 isc_boolean_t match = ISC_FALSE;
2692 while (disp != NULL && !match) {
2710 match = ISC_TRUE;
2717 if (match) {
2726 while (disp != NULL && !match) {
2736 match = ISC_TRUE;
2742 return (match ? ISC_R_SUCCESS : ISC_R_NOTFOUND);