Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libwrap/
H A Dhosts_access.c91 static int server_match();
173 match = list_match(sv_list, request, server_match)
227 static int server_match(tok, request) in server_match() function
/titanic_44/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()