Home
last modified time | relevance | path

Searched refs:sd_lldp_rx_get_neighbors (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/libsystemd-network/
Dtest-lldp-rx.c113 assert_se(sd_lldp_rx_get_neighbors(lldp_rx, &neighbors) == 1); in test_receive_basic_packet()
165 assert_se(sd_lldp_rx_get_neighbors(lldp_rx, &neighbors) == 0); in test_receive_incomplete_packet()
206 assert_se(sd_lldp_rx_get_neighbors(lldp_rx, &neighbors) == 1); in test_receive_oui_packet()
339 assert_se(sd_lldp_rx_get_neighbors(lldp_rx, &neighbors) == 6); in test_multiple_neighbors_sorted()
Dsd-lldp-rx.c466 int sd_lldp_rx_get_neighbors(sd_lldp_rx *lldp_rx, sd_lldp_neighbor ***ret) { in sd_lldp_rx_get_neighbors() function
/systemd-251/src/network/
Dnetworkd-lldp-rx.c126 r = sd_lldp_rx_get_neighbors(link->lldp_rx, &l); in link_lldp_save()
/systemd-251/src/systemd/
Dsd-lldp-rx.h69 int sd_lldp_rx_get_neighbors(sd_lldp_rx *lldp_rx, sd_lldp_neighbor ***neighbors);