Searched refs:neighbor (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/network/ |
D | networkd-neighbor.c | 13 Neighbor *neighbor_free(Neighbor *neighbor) { in neighbor_free() argument 14 if (!neighbor) in neighbor_free() 17 if (neighbor->network) { in neighbor_free() 18 assert(neighbor->section); in neighbor_free() 19 hashmap_remove(neighbor->network->neighbors_by_section, neighbor->section); in neighbor_free() 22 config_section_free(neighbor->section); in neighbor_free() 24 if (neighbor->link) in neighbor_free() 25 set_remove(neighbor->link->neighbors, neighbor); in neighbor_free() 27 return mfree(neighbor); in neighbor_free() 34 _cleanup_(neighbor_freep) Neighbor *neighbor = NULL; in neighbor_new_static() [all …]
|
D | networkd-neighbor.h | 29 Neighbor *neighbor_free(Neighbor *neighbor); 41 DEFINE_NETWORK_CONFIG_STATE_FUNCTIONS(Neighbor, neighbor);
|
D | meson.build | 116 'networkd-neighbor.c', 117 'networkd-neighbor.h',
|
D | networkd-network.c | 784 Neighbor *neighbor; in network_has_static_ipv6_configurations() local 804 HASHMAP_FOREACH(neighbor, network->neighbors_by_section) in network_has_static_ipv6_configurations() 805 if (neighbor->family == AF_INET6) in network_has_static_ipv6_configurations()
|
D | networkd-json.c | 124 Neighbor *neighbor; in neighbors_build_json() local 139 SET_FOREACH(neighbor, neighbors) { in neighbors_build_json() 140 r = neighbor_build_json(neighbor, elements + n); in neighbors_build_json()
|
D | networkd-network-gperf.gperf | 29 #include "networkd-neighbor.h"
|
/systemd-251/src/libsystemd-network/ |
D | sd-lldp-rx.c | 109 static int lldp_rx_start_timer(sd_lldp_rx *lldp_rx, sd_lldp_neighbor *neighbor); 437 static int lldp_rx_start_timer(sd_lldp_rx *lldp_rx, sd_lldp_neighbor *neighbor) { in lldp_rx_start_timer() argument 443 if (neighbor) in lldp_rx_start_timer() 444 lldp_neighbor_start_ttl(neighbor); in lldp_rx_start_timer()
|
D | meson.build | 25 'lldp-neighbor.c', 26 'lldp-neighbor.h',
|
/systemd-251/ |
D | NEWS | 5432 support for configuring static IPv4 ARP or IPv6 neighbor entries.
|