Home
last modified time | relevance | path

Searched defs:neighbor (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/network/
Dnetworkd-neighbor.c13 Neighbor *neighbor_free(Neighbor *neighbor) { in neighbor_free()
71 static int neighbor_dup(const Neighbor *neighbor, Neighbor **ret) { in neighbor_dup()
90 static void neighbor_hash_func(const Neighbor *neighbor, struct siphash *state) { in neighbor_hash_func()
144 static int neighbor_add(Link *link, Neighbor *neighbor) { in neighbor_add()
160 static void log_neighbor_debug(const Neighbor *neighbor, const char *str, const Link *link) { in log_neighbor_debug()
178 static int neighbor_configure_message(Neighbor *neighbor, Link *link, sd_netlink_message *req) { in neighbor_configure_message()
196 static int neighbor_configure(Neighbor *neighbor, Link *link, Request *req) { in neighbor_configure()
221 static int neighbor_process_request(Request *req, Link *link, Neighbor *neighbor) { in neighbor_process_request()
239 …re_handler(sd_netlink *rtnl, sd_netlink_message *m, Request *req, Link *link, Neighbor *neighbor) { in static_neighbor_configure_handler()
261 static int link_request_neighbor(Link *link, const Neighbor *neighbor) { in link_request_neighbor()
[all …]
Dnetworkd-network.c784 Neighbor *neighbor; in network_has_static_ipv6_configurations() local
Dnetworkd-json.c124 Neighbor *neighbor; in neighbors_build_json() local
/systemd-251/src/libsystemd-network/
Dsd-lldp-rx.c437 static int lldp_rx_start_timer(sd_lldp_rx *lldp_rx, sd_lldp_neighbor *neighbor) { in lldp_rx_start_timer()