shared_ports_create
if(!(w->shared_ports = shared_ports_create(cfg->out_ifs,
struct shared_ports* shared_ports_create(char** ifs, int num_ifs, int do_ip4,
if(!(daemon->shared_ports = shared_ports_create(daemon->cfg->out_ifs,
if(!(w->shared_ports = shared_ports_create(cfg->out_ifs,
struct shared_ports* shared_ports_create(char** ifs, int num_ifs, int do_ip4,
shp = shared_ports_create(ifs, 4, 1, 1, availports, 4);
shp = shared_ports_create(ifs, 2, 1, 1, availports, 4);