Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Dlink.c288 link->l_change = ifi->ifi_change; in link_msg_parser()
643 if (l->l_change == ~0U) {
652 if (l->l_change & IFF_SLAVE) {
663 if (l->l_change & IFF_UP && l->l_change & IFF_RUNNING)
667 if (l->l_change & IFF_PROMISC) {
/external/libnl/include/
Dnetlink-types.h159 uint32_t l_change; member