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

/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.c41 struct event *ev_sock4; variable in typeref:struct:event
325 ev_sock4 = event_new(base, sock4,
328 if (NULL == ev_sock4) {
332 event_add(ev_sock4, &wakeup_tv);

Completed in 71 milliseconds