Searched refs:host_match (Results 1 – 1 of 1) sorted by relevance
93 static int host_match();237 && host_match(host, request->server));250 return (host_match(tok, request->client));252 return (host_match(host, request->client)259 static int host_match(tok, host) in host_match() function