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

/systemd/src/nspawn/
H A Dnspawn-expose-ports.c37 uint16_t container_port, host_port; local
61 r = safe_atou16(v, &host_port);
62 if (r < 0 || host_port <= 0)
68 host_port = container_port;
75 if (p->protocol == protocol && p->host_port == host_port)
83 p->host_port = host_port;
121 p->host_port,
175 p->host_port,
[all...]
H A Dnspawn-expose-ports.h32 uint16_t host_port; member in struct:ExposePort

Completed in 9 milliseconds