Searched refs:PPP_COUNTER_F (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppstats/ |
H A D | pppstats.c | 407 (void) printf("%8" PPP_COUNTER_F, V(p.ppp_ibytes)); in intpr() 408 (void) printf(" %6" PPP_COUNTER_F " %6u", in intpr() 416 (void) printf(" %6u %6" PPP_COUNTER_F, in intpr() 430 (void) printf(" | %8" PPP_COUNTER_F, V(p.ppp_obytes)); in intpr() 431 (void) printf(" %6" PPP_COUNTER_F " %6u", in intpr() 435 (void) printf(" %6u %6" PPP_COUNTER_F, in intpr()
|
/titanic_41/usr/src/uts/common/net/ |
H A D | ppp_defs.h | 215 #define PPP_COUNTER_F "llu" macro 232 #define PPP_COUNTER_F "u" macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | main.c | 923 info("Sent %" PPP_COUNTER_F " bytes (%" PPP_COUNTER_F 924 " packets), received %" PPP_COUNTER_F " bytes (%" PPP_COUNTER_F 1586 (void) slprintf(numbuf, sizeof(numbuf), "%" PPP_COUNTER_F, 1589 (void) slprintf(numbuf, sizeof(numbuf), "%" PPP_COUNTER_F, 1592 (void) slprintf(numbuf, sizeof(numbuf), "%" PPP_COUNTER_F, 1595 (void) slprintf(numbuf, sizeof(numbuf), "%" PPP_COUNTER_F,
|