Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Difplugd.c138 smallint iface_exists; member
155 G.iface_exists = 1; \
355 if (!G.iface_exists) in up_iface()
360 G.iface_exists = 0; in up_iface()
371 G.iface_exists = 0; in up_iface()
428 if (!G.iface_exists) in detect_link()
526 G.iface_exists = (mhdr->nlmsg_type == RTM_NEWLINK); in check_existence_through_netlink()
539 return G.iface_exists; in check_existence_through_netlink()
631 G.iface_exists = (network_ioctl(SIOCGIFINDEX, &ifrequest, NULL) == 0); in ifplugd_main()
634 if (G.iface_exists) in ifplugd_main()
[all …]