HomeSort by relevance Sort by last modified time
    Searched refs:SPRINT_BSIZE (Results 1 - 5 of 5) sorted by null

  /external/iproute2/tc/
f_rsvp.c 292 snprintf(buf, SPRINT_BSIZE-1, "/%d", htonl(pi->key));
296 snprintf(buf, SPRINT_BSIZE-1, "/%d", htonl(pi->key)>>16);
300 snprintf(buf, SPRINT_BSIZE-1, " spi/esp 0x%08x", htonl(pi->key));
304 snprintf(buf, SPRINT_BSIZE-1, " spi/ah 0x%08x", htonl(pi->key));
307 snprintf(buf, SPRINT_BSIZE-1, " flowlabel 0x%05x", htonl(pi->key));
310 snprintf(buf, SPRINT_BSIZE-1, " u32 0x%08x mask %08x at %d",
tc_util.c 114 if (print_tc_classid(buf, SPRINT_BSIZE-1, h))
223 print_rate(buf, SPRINT_BSIZE-1, rate);
269 print_time(buf, SPRINT_BSIZE-1, time);
351 print_size(buf, SPRINT_BSIZE-1, size);
362 print_qdisc_handle(buf, SPRINT_BSIZE-1, h);
452 print_linklayer(buf, SPRINT_BSIZE-1, linklayer);
q_netem.c 96 print_percent(buf, SPRINT_BSIZE-1, per);
f_u32.c 85 int bsize = SPRINT_BSIZE-1;
  /external/iproute2/include/
utils.h 35 #define SPRINT_BSIZE 64
36 #define SPRINT_BUF(x) char x[SPRINT_BSIZE]

Completed in 119 milliseconds