Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dip.c562 char logbuf[200]; in PacketCheck() local
610 if (logit && loglen < sizeof logbuf) { in PacketCheck()
612 snprintf(logbuf + loglen, sizeof logbuf - loglen, "%s", prefix); in PacketCheck()
614 snprintf(logbuf + loglen, sizeof logbuf - loglen, "%s ", filter->name); in PacketCheck()
616 snprintf(logbuf + loglen, sizeof logbuf - loglen, " "); in PacketCheck()
617 loglen += strlen(logbuf + loglen); in PacketCheck()
622 if (logit && loglen < sizeof logbuf) { in PacketCheck()
625 snprintf(logbuf + loglen, sizeof logbuf - loglen, in PacketCheck()
627 loglen += strlen(logbuf + loglen); in PacketCheck()
628 snprintf(logbuf + loglen, sizeof logbuf - loglen, in PacketCheck()
[all …]
/freebsd/contrib/libpcap/rpcapd/
H A Dlog.c228 char logbuf[1024+1]; in rpcapd_vlog_systemlog() local
230 vsnprintf(logbuf, sizeof logbuf, message, ap); in rpcapd_vlog_systemlog()
231 syslog(syslog_priority, "%s", logbuf); in rpcapd_vlog_systemlog()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_ripencc.c1474 static char logbuf[1024]; /* logging string buffer */ in parse0x8FAD() local
1510 sprintf(logbuf, "U1 %d.%d.%d %02d:%02d:%02d %d %02x", in parse0x8FAD()
1515 puts(logbuf); in parse0x8FAD()
1518 record_clock_stats(&peer->srcadr, logbuf); in parse0x8FAD()
1600 static char logbuf[1024]; /* logging string buffer */ in parse0x8F0B() local
1677 sprintf(logbuf, "C1 %02d%02d%04d %02d%02d%02d %d %7.0f %.1f %.0f %.1f %d %02d%09.6f %c %02d%09.6f %c %.0f %d %d %d %d %d %d %d %d", in parse0x8F0B()
1685 puts(logbuf); in parse0x8F0B()
1688 record_clock_stats(&peer->srcadr, logbuf); in parse0x8F0B()
1703 static char logbuf[1024]; /* logging string buffer */ in parseany() local
1705 TranslateTSIPReportToText (rpt, logbuf); /* anythin in parseany()
1737 static char logbuf[1024]; /* logging string buffer */ parse0x4F() local
1785 static char logbuf[1024]; /* logging string buffer */ parse0x5C() local
[all...]