Home
last modified time | relevance | path

Searched refs:neighbor (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/network/
Dnetworkd-neighbor.c13 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 …]
Dnetworkd-neighbor.h29 Neighbor *neighbor_free(Neighbor *neighbor);
41 DEFINE_NETWORK_CONFIG_STATE_FUNCTIONS(Neighbor, neighbor);
Dmeson.build116 'networkd-neighbor.c',
117 'networkd-neighbor.h',
Dnetworkd-network.c784 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()
Dnetworkd-json.c124 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()
Dnetworkd-network-gperf.gperf29 #include "networkd-neighbor.h"
/systemd-251/src/libsystemd-network/
Dsd-lldp-rx.c109 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()
Dmeson.build25 'lldp-neighbor.c',
26 'lldp-neighbor.h',
/systemd-251/
DNEWS5432 support for configuring static IPv4 ARP or IPv6 neighbor entries.