Lines Matching full:ifindex
58 static long parseIfIndex(const char* ifIndex) {
59 if (ifIndex == nullptr) {
62 long ifaceIndex = strtol(ifIndex, NULL, 10);
63 // strtol returns 0 on error, which is fine because 0 is not a valid ifindex.
83 const char *ifIndex = evt->findParam("IFINDEX");
84 long ifaceIndex = parseIfIndex(ifIndex);
88 ALOGE("invalid interface index: %s(%s)", iface, ifIndex);
108 const char *ifIndex = evt->findParam("IFINDEX");
116 long ifaceIndex = parseIfIndex(ifIndex);
118 ALOGE("invalid interface index: %s(%s)", iface, ifIndex);