Home | History | Annotate | Download | only in server

Lines Matching refs:rest

1137     char rest[MAX_IPT_OUTPUT_LINE_LEN];
1154 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0;
1156 &packets, &bytes, iface0, iface1, rest);
1157 ALOGV("parse res=%d iface0=<%s> iface1=<%s> pkts=%" PRId64" bytes=%" PRId64" rest=<%s> orig line=<%s>", res,
1158 iface0, iface1, packets, bytes, rest, buffPtr);