OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
294
snprintf(buf,
SPRINT_BSIZE
-1, "/%d", htonl(pi->key));
298
snprintf(buf,
SPRINT_BSIZE
-1, "/%d", htonl(pi->key)>>16);
302
snprintf(buf,
SPRINT_BSIZE
-1, " spi/esp 0x%08x", htonl(pi->key));
306
snprintf(buf,
SPRINT_BSIZE
-1, " spi/ah 0x%08x", htonl(pi->key));
309
snprintf(buf,
SPRINT_BSIZE
-1, " flowlabel 0x%05x", htonl(pi->key));
312
snprintf(buf,
SPRINT_BSIZE
-1, " u32 0x%08x mask %08x at %d",
f_u32.c
87
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 217 milliseconds