Home
last modified time | relevance | path

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

/systemd-251/src/nspawn/
Dnspawn-expose-ports.c117 union in_addr_union new_exposed; in expose_port_execute() local
140 new_exposed = addresses[0].address; in expose_port_execute()
141 if (in_addr_equal(af, exposed, &new_exposed)) in expose_port_execute()
146 in_addr_to_string(af, &new_exposed, &pretty); in expose_port_execute()
157 &new_exposed, in expose_port_execute()
164 *exposed = new_exposed; in expose_port_execute()