Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-setlink.c357 unsigned ifi_change = 0, ifi_flags = 0; in link_configure_fill_message() local
360 ifi_change |= IFF_NOARP; in link_configure_fill_message()
365 ifi_change |= IFF_MULTICAST; in link_configure_fill_message()
370 ifi_change |= IFF_ALLMULTI; in link_configure_fill_message()
375 ifi_change |= IFF_PROMISC; in link_configure_fill_message()
379 r = sd_rtnl_message_link_set_flags(req, ifi_flags, ifi_change); in link_configure_fill_message()
/systemd-251/src/basic/linux/
Drtnetlink.h554 unsigned ifi_change; /* IFF_* change mask */ member
/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-message-rtnl.c486 ifi->ifi_change = change; in sd_rtnl_message_link_set_flags()