Searched refs:changedInterfaces (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
H A D | 0005-Use-list-for-changed-interfaces.patch | 66 +mDNSlocal void ProcessRoutingNotification(int sd, GenLinkedList *changedInterfaces) 82 + AddInterfaceIndexToList(changedInterfaces, ((struct ifinfomsg*) NLMSG_DATA(pNLMsg))->i… 85 + AddInterfaceIndexToList(changedInterfaces, ((struct ifaddrmsg*) NLMSG_DATA(pNLMsg))->i… 103 +mDNSlocal void ProcessRoutingNotification(int sd, GenLinkedList *changedInterfaces) 119 + AddInterfaceIndexToList(changedInterfaces, ((struct if_msghdr*) pRSMsg)->ifm_index); 122 + AddInterfaceIndexToList(changedInterfaces, pRSMsg->ifam_index); 133 - mDNSu32 changedInterfaces = 0; 134 + GenLinkedList changedInterfaces; 143 + InitLinkedList(&changedInterfaces, offsetof(NetworkInterfaceIndex, Next)); 147 - changedInterfaces |= ProcessRoutingNotification(pChgRec->NotifySD); [all …]
|
H A D | 0006-Handle-noisy-netlink-sockets.patch | 69 GenLinkedList changedInterfaces; 84 - // configuration, more care should be paid to changedInterfaces. 85 - if (changedInterfaces.Head != NULL) 89 + if (changedInterfaces.Head == NULL) goto cleanup; 230 while ((changedInterface = (NetworkInterfaceIndex*)changedInterfaces.Head) != NULL) 232 RemoveFromList(&changedInterfaces, changedInterface);
|
H A D | 0007-Mark-deleted-interfaces-as-being-changed.patch | 35 … AddInterfaceIndexToList(changedInterfaces, ((struct ifinfomsg*) NLMSG_DATA(pNLMsg))->ifi_index); 37 … AddInterfaceIndexToList(changedInterfaces, ((struct ifaddrmsg*) NLMSG_DATA(pNLMsg))->ifa_index);
|
/openbmc/smbios-mdr/src/ |
H A D | cpuinfo_utils.cpp | 247 changedInterfaces; in subscribeToProperty() local 248 reply.read(changedInterfaces); in subscribeToProperty() 251 changedInterfaces) in subscribeToProperty()
|