Home
last modified time | relevance | path

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

/external/iproute2/tc/
Df_rsvp.c299 snprintf(buf, SPRINT_BSIZE-1, "/%d", htonl(pi->key)); in sprint_spi()
303 snprintf(buf, SPRINT_BSIZE-1, "/%d", htonl(pi->key)>>16); in sprint_spi()
307 snprintf(buf, SPRINT_BSIZE-1, " spi/esp 0x%08x", htonl(pi->key)); in sprint_spi()
311 snprintf(buf, SPRINT_BSIZE-1, " spi/ah 0x%08x", htonl(pi->key)); in sprint_spi()
314 snprintf(buf, SPRINT_BSIZE-1, " flowlabel 0x%05x", htonl(pi->key)); in sprint_spi()
317 snprintf(buf, SPRINT_BSIZE-1, " u32 0x%08x mask %08x at %d", in sprint_spi()
Dtc_util.c134 int hlen = SPRINT_BSIZE - 1; in print_tc_classid()
163 if (print_tc_classid(buf, SPRINT_BSIZE-1, h)) in sprint_tc_classid()
271 print_rate(buf, SPRINT_BSIZE-1, rate); in sprint_rate()
317 print_time(buf, SPRINT_BSIZE-1, time); in sprint_time()
399 print_size(buf, SPRINT_BSIZE-1, size); in sprint_size()
410 print_qdisc_handle(buf, SPRINT_BSIZE-1, h); in sprint_qdisc_handle()
500 print_linklayer(buf, SPRINT_BSIZE-1, linklayer); in sprint_linklayer()
Dq_netem.c97 print_percent(buf, SPRINT_BSIZE-1, per); in sprint_percent()
Df_u32.c85 int bsize = SPRINT_BSIZE-1; in sprint_u32_handle()
/external/iproute2/include/
Dutils.h47 #define SPRINT_BSIZE 64 macro
48 #define SPRINT_BUF(x) char x[SPRINT_BSIZE]