Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Dsd-ndisc.c201 static int ndisc_recv(sd_event_source *s, int fd, uint32_t revents, void *userdata) { in ndisc_recv() function
355 r = sd_event_add_io(nd->event, &nd->recv_event_source, nd->fd, EPOLLIN, ndisc_recv, nd); in sd_ndisc_start()