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

/freebsd-current/usr.sbin/bhyve/
H A Dnet_backend_slirp.c448 EPRINTLN("Unable to parse hostfwd rule '%s': %s",
456 EPRINTLN("Unable to add hostfwd rule '%s': %s",
480 const char *hostfwd; local
495 hostfwd = get_config_value_node(nvl, "hostfwd");
496 if (hostfwd != NULL) {
500 tofree = rules = strdup(hostfwd);

Completed in 75 milliseconds