Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dlibslirp.h152 struct in_addr vhost; member
232 struct in_addr vnetmask, struct in_addr vhost,
H A Dnet_backend_slirp.c517 .vhost.s_addr = htonl(0x0a000202), /* 10.0.2.2 */ in _slirp_init()
/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.c659 char *vhost, *anonuser, *statfile, *welcome, *loginmsg; in inithosts() local
713 vhost = cp; in inithosts()
752 if (getaddrinfo(vhost, NULL, &hints, &res) != 0) in inithosts()
813 if (strcmp(vhost, hp->h_name) != 0) { in inithosts()
815 vhost = hp->h_name; in inithosts()
819 strcmp(vhost, hp->h_aliases[i]) != 0) in inithosts()
822 vhost = hp->h_name; in inithosts()
827 strcmp(hrp->hostname, vhost) != 0) { in inithosts()
832 (hrp->hostname = strdup(vhost)) == NULL) { in inithosts()
/freebsd/usr.sbin/nfsd/
H A Dnfsd.c113 static void start_server(int, struct nfsd_nfsd_args *, const char *vhost);
1033 start_server(int master, struct nfsd_nfsd_args *nfsdargp, const char *vhost) in start_server() argument
1041 if (vhost == NULL) in start_server()
1044 strlcpy(hostname, vhost, sizeof (hostname)); in start_server()