open_tuntap
int open_tuntap(const char *dev_name, bool need_mac);
tap_fd = open_tuntap(target_dev, need_mac);
tap_fd = open_tuntap(tun_dev, false);
tap_fd = open_tuntap(TAP_NAME, true);
tap_fd = open_tuntap(TAP_NAME, true);