Searched defs:ExposePort (Results 1 - 1 of 1) sorted by relevance

/systemd/src/nspawn/
H A Dnspawn-expose-ports.h30 typedef struct ExposePort { struct
34 LIST_FIELDS(struct ExposePort, ports);
35 } ExposePort; typedef in typeref:struct:ExposePort
37 void expose_port_free_all(ExposePort *p);
38 int expose_port_parse(ExposePort **l, const char *s);
43 int expose_port_execute(sd_netlink *rtnl, ExposePort *l, union in_addr_union *exposed);
44 int expose_port_flush(ExposePort* l, union in_addr_union *exposed);

Completed in 526 milliseconds