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

  /external/iproute2/tc/
tc_util.c 134 int hlen = SPRINT_BSIZE - 1;
163 if (print_tc_classid(buf, SPRINT_BSIZE-1, h))
271 print_rate(buf, SPRINT_BSIZE-1, rate);
317 print_time(buf, SPRINT_BSIZE-1, time);
399 print_size(buf, SPRINT_BSIZE-1, size);
410 print_qdisc_handle(buf, SPRINT_BSIZE-1, h);
500 print_linklayer(buf, SPRINT_BSIZE-1, linklayer);
f_rsvp.c 299 snprintf(buf, SPRINT_BSIZE-1, "/%d", htonl(pi->key));
303 snprintf(buf, SPRINT_BSIZE-1, "/%d", htonl(pi->key)>>16);
307 snprintf(buf, SPRINT_BSIZE-1, " spi/esp 0x%08x", htonl(pi->key));
311 snprintf(buf, SPRINT_BSIZE-1, " spi/ah 0x%08x", htonl(pi->key));
314 snprintf(buf, SPRINT_BSIZE-1, " flowlabel 0x%05x", htonl(pi->key));
317 snprintf(buf, SPRINT_BSIZE-1, " u32 0x%08x mask %08x at %d",
q_netem.c 97 print_percent(buf, SPRINT_BSIZE-1, per);
f_u32.c 85 int bsize = SPRINT_BSIZE-1;
  /external/iproute2/include/
utils.h 47 #define SPRINT_BSIZE 64
48 #define SPRINT_BUF(x) char x[SPRINT_BSIZE]

Completed in 280 milliseconds