Home
last modified time | relevance | path

Searched refs:numtok (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.bin/systat/
H A Dnetbw.c163 static const char *numtok(double value);
296 numtok(DELTARATE(tcps_accepts)), in shownetbw()
297 numtok(DELTARATE(tcps_connects) - DELTARATE(tcps_accepts)), in shownetbw()
298 numtok(DELTARATE(tcps_rcvbyte)), in shownetbw()
299 numtok(DELTARATE(tcps_sndbyte)), in shownetbw()
300 numtok(DELTARATE(tcps_sndrexmitbyte))); in shownetbw()
359 numtok(DELTAELM(xt_tp.rcv_nxt)), in netbwline()
360 numtok(DELTAELM(xt_tp.snd_max)), in netbwline()
396 numtok(double value) in numtok() function
H A Dpftop.c189 static const char *numtok(double value, double template);
368 numtok(DELTARATE(bytes[rxdir]), highestbw), in showpftop()
369 numtok(DELTARATE(bytes[txdir]), highestbw), in showpftop()
370 numtok(ttl, ttl) in showpftop()
431 numtok(double value, double template) in numtok() function