Searched refs:arp_ip_targets (Results 1 - 2 of 2) sorted by relevance

/systemd/src/network/
H A Dnetworkd-netdev-bond.c315 LIST_FOREACH(arp_ip_target, target, b->arp_ip_targets) {
377 LIST_PREPEND(arp_ip_target, b->arp_ip_targets, buffer);
401 LIST_FOREACH_SAFE(arp_ip_target, t, n, b->arp_ip_targets)
404 b->arp_ip_targets = NULL;
432 LIST_HEAD_INIT(b->arp_ip_targets);
H A Dnetworkd-netdev-bond.h135 ArpIpTarget *arp_ip_targets; member in struct:Bond

Completed in 11 milliseconds