Searched refs:ev_sock6 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.c42 struct event *ev_sock6; variable in typeref:struct:event
359 ev_sock6 = event_new(base, sock6,
362 if (NULL == ev_sock6) {
366 event_add(ev_sock6, &wakeup_tv);

Completed in 55 milliseconds