Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_refclock.h239 extern size_t refclock_fdwrite(const struct peer *, int, const void *, size_t,
/freebsd/contrib/ntp/ntpd/
H A Drefclock_dumbclock.c367 if (refclock_fdwrite(peer, pp->io.fd, &pollchar, 1) != 1)
H A Drefclock_oncore.c3542 refclock_fdwrite(instance->peer, instance->ttyfd, in oncore_load_almanac()
3776 refclock_fdwrite(peer, fd, "@@", (size_t)2, "data"); in oncore_sendmsg()
3777 refclock_fdwrite(peer, fd, ptr, len, "data"); in oncore_sendmsg()
3780 refclock_fdwrite(peer, fd, &cs, (size_t)1, "data"); in oncore_sendmsg()
3781 refclock_fdwrite(peer, fd, "\r\n", (size_t)2, "data"); in oncore_sendmsg()
H A Dntp_refclock.c816 refclock_fdwrite( in refclock_fdwrite() function
869 return refclock_fdwrite(peer, peer->procptr->io.fd, in refclock_write()
H A Drefclock_nmea.c1205 if (refclock_fdwrite(peer, fd, cmd, len) != len) in gps_send()