Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Native/
H A Dpal_networkchange.cpp103 ifinfomsg* ifimsg; in ReadNewLinkMessage() local
104 ifimsg = reinterpret_cast<ifinfomsg*>(NLMSG_DATA(hdr)); in ReadNewLinkMessage()
105 if (ifimsg->ifi_family == AF_INET) in ReadNewLinkMessage()
107 if ((ifimsg->ifi_flags & IFF_UP) != 0) in ReadNewLinkMessage()
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/watchdog/
H A Dwd_if.c406 struct ifinfomsg *ifimsg; in read_interface_change_event() local
434 ifimsg = NLMSG_DATA(nlhdr); in read_interface_change_event()
441 if (!(ifimsg->ifi_flags & IFF_LOWER_UP) || !(ifimsg->ifi_flags & IFF_RUNNING)) in read_interface_change_event()
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/watchdog/
H A Dwd_if.c381 struct ifinfomsg *ifimsg; in read_interface_change_event() local
409 ifimsg = NLMSG_DATA(nlhdr); in read_interface_change_event()
416 if (!(ifimsg->ifi_flags & IFF_LOWER_UP) || !(ifimsg->ifi_flags & IFF_RUNNING)) in read_interface_change_event()
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/watchdog/
H A Dwd_if.c381 struct ifinfomsg *ifimsg; in read_interface_change_event() local
409 ifimsg = NLMSG_DATA(nlhdr); in read_interface_change_event()
416 if (!(ifimsg->ifi_flags & IFF_LOWER_UP) || !(ifimsg->ifi_flags & IFF_RUNNING)) in read_interface_change_event()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/watchdog/
H A Dwd_if.c406 struct ifinfomsg *ifimsg; in read_interface_change_event() local
434 ifimsg = NLMSG_DATA(nlhdr); in read_interface_change_event()
441 if (!(ifimsg->ifi_flags & IFF_LOWER_UP) || !(ifimsg->ifi_flags & IFF_RUNNING)) in read_interface_change_event()
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/watchdog/
H A Dwd_if.c406 struct ifinfomsg *ifimsg; in read_interface_change_event() local
434 ifimsg = NLMSG_DATA(nlhdr); in read_interface_change_event()
441 if (!(ifimsg->ifi_flags & IFF_LOWER_UP) || !(ifimsg->ifi_flags & IFF_RUNNING)) in read_interface_change_event()
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/watchdog/
H A Dwd_if.c390 struct ifinfomsg *ifimsg; in read_interface_change_event() local
418 ifimsg = NLMSG_DATA(nlhdr); in read_interface_change_event()
425 if (!(ifimsg->ifi_flags & IFF_LOWER_UP) || !(ifimsg->ifi_flags & IFF_RUNNING)) in read_interface_change_event()