Home
last modified time | relevance | path

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

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