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

/systemd/src/network/
H A Dnetworkd-netdev-bond.h103 typedef struct ArpIpTarget { struct
106 LIST_FIELDS(struct ArpIpTarget, arp_ip_target);
107 } ArpIpTarget; typedef in typeref:struct:ArpIpTarget
135 ArpIpTarget *arp_ip_targets;
H A Dnetworkd-netdev-bond.c184 ArpIpTarget *target = NULL;
349 _cleanup_free_ ArpIpTarget *buffer = NULL;
362 buffer = new0(ArpIpTarget, 1);
392 ArpIpTarget *t = NULL, *n = NULL;

Completed in 12 milliseconds