Home
last modified time | relevance | path

Searched refs:vhost (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/bhyve/slirp/
H A Dlibslirp.h152 struct in_addr vhost; member
232 struct in_addr vnetmask, struct in_addr vhost,
H A Dslirp-helper.c536 .vhost.s_addr = htonl(0x0a000202), /* 10.0.2.2 */ in main()
/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c3403 struct evhttp *vhost; in evhttp_find_alias() local
3416 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) { in evhttp_find_alias()
3417 if (evhttp_find_alias(vhost, outhttp, hostname)) in evhttp_find_alias()
3439 struct evhttp *vhost; in evhttp_find_vhost() local
3448 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) { in evhttp_find_vhost()
3449 if (prefix_suffix_match(vhost->vhost_pattern, in evhttp_find_vhost()
3451 http = vhost; in evhttp_find_vhost()
3736 struct evhttp* vhost; in evhttp_free() local
3759 while ((vhost = TAILQ_FIRST(&http->virtualhosts)) != NULL) { in evhttp_free()
3760 TAILQ_REMOVE(&http->virtualhosts, vhost, next_vhost); in evhttp_free()
[all …]
/freebsd/contrib/libevent/
H A Dhttp.c3403 struct evhttp *vhost; in evhttp_find_alias() local
3416 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) { in evhttp_find_alias()
3417 if (evhttp_find_alias(vhost, outhttp, hostname)) in evhttp_find_alias()
3439 struct evhttp *vhost; in evhttp_find_vhost() local
3448 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) { in evhttp_find_vhost()
3449 if (prefix_suffix_match(vhost->vhost_pattern, in evhttp_find_vhost()
3451 http = vhost; in evhttp_find_vhost()
3736 struct evhttp* vhost; in evhttp_free() local
3759 while ((vhost = TAILQ_FIRST(&http->virtualhosts)) != NULL) { in evhttp_free()
3760 TAILQ_REMOVE(&http->virtualhosts, vhost, next_vhost); in evhttp_free()
[all …]
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h325 struct evhttp* vhost);
336 int evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost);
/freebsd/contrib/libevent/include/event2/
H A Dhttp.h325 struct evhttp* vhost);
336 int evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost);
/freebsd/libexec/ftpd/
H A Dftpd.c
/freebsd/usr.sbin/nfsd/
H A Dnfsd.c116 static void start_server(int, struct nfsd_nfsd_args *, const char *vhost);
1056 start_server(int master, struct nfsd_nfsd_args *nfsdargp, const char *vhost) in start_server() argument
1064 if (vhost == NULL) in start_server()
1067 strlcpy(hostname, vhost, sizeof (hostname)); in start_server()