Home
last modified time | relevance | path

Searched refs:hostmatch (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/sample/
H A Dhostcheck.c164 static int hostmatch(const char *hostname, const char *pattern) in hostmatch() function
215 if(hostmatch(hostname,match_pattern) == CURL_HOST_MATCH) in Curl_cert_hostcheck()
/netbsd-src/external/bsd/ipf/dist/FWTK/
H A Dfwtkp210 + if(**xp == '!' && hostmatch(*xp + 1,dest)) {
213 + if(hostmatch(*xp,dest))
H A Dfwtk_transparent.diff419 + if(**xp == '!' && hostmatch(*xp + 1,dest)) {
422 + if(hostmatch(*xp,dest))