Searched refs:sd_lldp_rx_get_neighbors (Results 1 – 4 of 4) sorted by relevance
113 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()
466 int sd_lldp_rx_get_neighbors(sd_lldp_rx *lldp_rx, sd_lldp_neighbor ***ret) { in sd_lldp_rx_get_neighbors() function
126 r = sd_lldp_rx_get_neighbors(link->lldp_rx, &l); in link_lldp_save()
69 int sd_lldp_rx_get_neighbors(sd_lldp_rx *lldp_rx, sd_lldp_neighbor ***neighbors);