Searched refs:lldp_rx_handler (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/libsystemd-network/ |
D | test-lldp-rx.c | 33 static void lldp_rx_handler(sd_lldp_rx *lldp_rx, sd_lldp_rx_event_t event, sd_lldp_neighbor *n, voi… in lldp_rx_handler() function 108 assert_se(start_lldp_rx(&lldp_rx, e, lldp_rx_handler, NULL) == 0); in test_receive_basic_packet() 160 assert_se(start_lldp_rx(&lldp_rx, e, lldp_rx_handler, NULL) == 0); in test_receive_incomplete_packet() 201 assert_se(start_lldp_rx(&lldp_rx, e, lldp_rx_handler, NULL) == 0); in test_receive_oui_packet() 323 assert_se(start_lldp_rx(&lldp_rx, e, lldp_rx_handler, NULL) == 0); in test_multiple_neighbors_sorted()
|
/systemd-251/src/network/ |
D | networkd-lldp-rx.c | 51 static void lldp_rx_handler(sd_lldp_rx *lldp_rx, sd_lldp_rx_event_t event, sd_lldp_neighbor *n, voi… in lldp_rx_handler() function 103 r = sd_lldp_rx_set_callback(link->lldp_rx, lldp_rx_handler, link); in link_lldp_rx_configure()
|