Searched refs:radv_recv (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/libsystemd-network/ |
D | test-ndisc-ra.c | 237 static int radv_recv(sd_event_source *s, int fd, uint32_t revents, void *userdata) { in radv_recv() function 328 EPOLLIN, radv_recv, ra) >= 0); in TEST()
|
D | sd-radv.c | 245 static int radv_recv(sd_event_source *s, int fd, uint32_t revents, void *userdata) { in radv_recv() function 425 r = sd_event_add_io(ra->event, &ra->recv_event_source, ra->fd, EPOLLIN, radv_recv, ra); in sd_radv_start()
|