Home
last modified time | relevance | path

Searched refs:expose_port_parse (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/nspawn/
Dnspawn-expose-ports.h21 int expose_port_parse(ExposePort **l, const char *s);
Dnspawn-expose-ports.c18 int expose_port_parse(ExposePort **l, const char *s) { in expose_port_parse() function
Dnspawn-settings.c259 r = expose_port_parse(&s->expose_ports, rvalue); in config_parse_expose_port()
Dnspawn.c1203 r = expose_port_parse(&arg_expose_ports, optarg); in parse_argv()