Home
last modified time | relevance | path

Searched refs:v4iface (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DClatdController.cpp269 ALOGE("tcQdiscAddDevClsact(%d[%s]) failure: %s", tracker.v4ifIndex, tracker.v4iface, in maybeStartBpf()
283 tracker.v4iface, strerror(-rv)); in maybeStartBpf()
305 tracker.v4iface, strerror(-rv)); in maybeStartBpf()
344 tracker.v4iface, strerror(-rv)); in maybeStopBpf()
387 strlcpy(v4iface, v4interface.c_str(), sizeof(v4iface)); in init()
388 v4ifIndex = if_nametoindex(v4iface); in init()
650 tracker.v4iface, tracker.fwmarkString); in dumpTrackers()
DClatdController.h63 char v4iface[IFNAMSIZ]; member