Searched refs:fixed_config (Results 1 – 4 of 4) sorted by relevance
34 if ((pri->fd == -1) || pri->fixed_config) in tuntap_add_addr()44 if ((pri->fd == -1) || pri->fixed_config) in tuntap_del_addr()139 if (pri->fixed_config) { in tuntap_open()200 if (!pri->fixed_config) in tuntap_close()
13 int fixed_config; member
27 tpri->fixed_config = (init->dev_name != NULL); in tuntap_init()
37 …fixed_config = open(temp_file, "r").read().replace("bogus_ip", self.tc.target.server_ip).replace("…39 f.write(fixed_config)