Home
last modified time | relevance | path

Searched refs:neighbor_compare_func (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/network/
Dnetworkd-neighbor.c109 static int neighbor_compare_func(const Neighbor *a, const Neighbor *b) { in neighbor_compare_func() function
127 …H_KEY_DESTRUCTOR(neighbor_hash_ops, Neighbor, neighbor_hash_func, neighbor_compare_func, neighbor_…
288 neighbor_compare_func, in link_request_neighbor()
/systemd-251/src/libsystemd-network/
Dsd-lldp-rx.c457 static inline int neighbor_compare_func(sd_lldp_neighbor * const *a, sd_lldp_neighbor * const *b) { in neighbor_compare_func() function
489 typesafe_qsort(l, k, neighbor_compare_func); in sd_lldp_rx_get_neighbors()