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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dlog.h189 extern size_t quagga_timestamp(int timestamp_precision /* # subsecond digits */,
H A Dlog.c77 quagga_timestamp(int timestamp_precision, char *buf, size_t buflen) function
143 ctl->len = quagga_timestamp(ctl->precision, ctl->buf, sizeof(ctl->buf));
H A Dvty.c164 ctl->len = quagga_timestamp(ctl->precision, ctl->buf, sizeof(ctl->buf));
213 if (quagga_timestamp(0, buf, sizeof(buf)) == 0)
215 zlog (NULL, LOG_INFO, "quagga_timestamp error");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dlog.h189 extern size_t quagga_timestamp(int timestamp_precision /* # subsecond digits */,
H A Dlog.c77 quagga_timestamp(int timestamp_precision, char *buf, size_t buflen) function
143 ctl->len = quagga_timestamp(ctl->precision, ctl->buf, sizeof(ctl->buf));
H A Dvty.c164 ctl->len = quagga_timestamp(ctl->precision, ctl->buf, sizeof(ctl->buf));
213 if (quagga_timestamp(0, buf, sizeof(buf)) == 0)
215 zlog (NULL, LOG_INFO, "quagga_timestamp error");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dlog.h189 extern size_t quagga_timestamp(int timestamp_precision /* # subsecond digits */,
H A Dlog.c77 quagga_timestamp(int timestamp_precision, char *buf, size_t buflen) function
143 ctl->len = quagga_timestamp(ctl->precision, ctl->buf, sizeof(ctl->buf));
H A Dvty.c164 ctl->len = quagga_timestamp(ctl->precision, ctl->buf, sizeof(ctl->buf));
213 if (quagga_timestamp(0, buf, sizeof(buf)) == 0)
215 zlog (NULL, LOG_INFO, "quagga_timestamp error");

Completed in 186 milliseconds