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

  /external/iproute2/tc/
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);
378 print_percent(buf, SPRINT_BSIZE-1, per);
389 print_qdisc_handle(buf, SPRINT_BSIZE-1, h);
479 print_linklayer(buf, SPRINT_BSIZE-1, linklayer);
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",
f_u32.c 85 int bsize = SPRINT_BSIZE-1;
  /external/iproute2/include/
utils.h 34 #define SPRINT_BSIZE 64
35 #define SPRINT_BUF(x) char x[SPRINT_BSIZE]

Completed in 63 milliseconds