Searched refs:server_match (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libwrap/
H A Dhosts_access.c91 static int server_match();
173 match = list_match(sv_list, request, server_match)
225 /* server_match - match server information */
227 static int server_match(tok, request) function
/illumos-gate/usr/src/cmd/stmfproxy/stmfproxy/
H A Dstmfproxy.c409 int server_match = 0; local
456 server_match = (strcmp(aluaNode, myNode)) ? 0 : 1;
463 if (server_match) {

Completed in 66 milliseconds