OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_IPT_OUTPUT_LINE_LEN
(Results
1 - 2
of
2
) sorted by null
/system/netd/
BandwidthController.h
176
static const int
MAX_IPT_OUTPUT_LINE_LEN
;
BandwidthController.cpp
59
const int BandwidthController::
MAX_IPT_OUTPUT_LINE_LEN
= 256;
996
char lineBuffer[
MAX_IPT_OUTPUT_LINE_LEN
];
997
char iface0[
MAX_IPT_OUTPUT_LINE_LEN
];
998
char iface1[
MAX_IPT_OUTPUT_LINE_LEN
];
999
char rest[
MAX_IPT_OUTPUT_LINE_LEN
];
1004
while (NULL != (buffPtr = fgets(lineBuffer,
MAX_IPT_OUTPUT_LINE_LEN
, fp))) {
[
all
...]
Completed in 286 milliseconds