Home | History | Annotate | Download | only in netd

Lines Matching refs:rest

1096     char rest[MAX_IPT_OUTPUT_LINE_LEN];
1112 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0;
1114 &packets, &bytes, iface0, iface1, rest);
1115 ALOGV("parse res=%d iface0=<%s> iface1=<%s> pkts=%lld bytes=%lld rest=<%s> orig line=<%s>", res,
1116 iface0, iface1, packets, bytes, rest, buffPtr);