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

/freebsd-current/usr.sbin/bhyve/
H A Dlibslirp.h152 struct in_addr vhost; member in struct:SlirpConfig
232 struct in_addr vnetmask, struct in_addr vhost,
H A Dnet_backend_slirp.c477 .vhost.s_addr = htonl(0x0a000202), /* 10.0.2.2 */
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h311 It is possible to have hierarchical vhosts. For example: A vhost
319 @param vhost the virtual host to add the regular http server.
325 struct evhttp* vhost);
331 @param vhost the virtual host to remove from the regular http server.
336 int evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost);
/freebsd-current/contrib/libevent/include/event2/
H A Dhttp.h311 It is possible to have hierarchical vhosts. For example: A vhost
319 @param vhost the virtual host to add the regular http server.
325 struct evhttp* vhost);
331 @param vhost the virtual host to remove from the regular http server.
336 int evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost);
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dhttp.c1885 for a known vhost or server alias. If we don't know about this
3393 Search the vhost hierarchy beginning with http for a server alias
3403 struct evhttp *vhost; local
3416 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) {
3417 if (evhttp_find_alias(vhost, outhttp, hostname))
3427 match. Then, the vhost hierarchy is traversed again for a matching
3430 If an alias or vhost is matched, 1 is returned, and outhttp, if non-null,
3439 struct evhttp *vhost; local
3448 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) {
3449 if (prefix_suffix_match(vhost
3736 struct evhttp* vhost; local
3778 evhttp_add_virtual_host(struct evhttp* http, const char *pattern, struct evhttp* vhost) argument
3796 evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost) argument
[all...]
/freebsd-current/contrib/libevent/
H A Dhttp.c1885 for a known vhost or server alias. If we don't know about this
3393 Search the vhost hierarchy beginning with http for a server alias
3403 struct evhttp *vhost; local
3416 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) {
3417 if (evhttp_find_alias(vhost, outhttp, hostname))
3427 match. Then, the vhost hierarchy is traversed again for a matching
3430 If an alias or vhost is matched, 1 is returned, and outhttp, if non-null,
3439 struct evhttp *vhost; local
3448 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) {
3449 if (prefix_suffix_match(vhost
3736 struct evhttp* vhost; local
3778 evhttp_add_virtual_host(struct evhttp* http, const char *pattern, struct evhttp* vhost) argument
3796 evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost) argument
[all...]
/freebsd-current/usr.sbin/nfsd/
H A Dnfsd.c112 static void start_server(int, struct nfsd_nfsd_args *, const char *vhost);
1005 start_server(int master, struct nfsd_nfsd_args *nfsdargp, const char *vhost) argument
1013 if (vhost == NULL)
1016 strlcpy(hostname, vhost, sizeof (hostname));
/freebsd-current/libexec/ftpd/
H A Dftpd.c659 char *vhost, *anonuser, *statfile, *welcome, *loginmsg; local
713 vhost = cp;
752 if (getaddrinfo(vhost, NULL, &hints, &res) != 0)
813 if (strcmp(vhost, hp->h_name) != 0) {
815 vhost = hp->h_name;
819 strcmp(vhost, hp->h_aliases[i]) != 0)
822 vhost = hp->h_name;
827 strcmp(hrp->hostname, vhost) != 0) {
832 (hrp->hostname = strdup(vhost)) == NULL) {

Completed in 129 milliseconds