Searched refs:v4iface (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | ClatdController.cpp | 299 ALOGE("tcQdiscAddDevClsact(%d[%s]) failure: %s", tracker.v4ifIndex, tracker.v4iface, in maybeStartBpf() 314 tracker.v4iface, strerror(-rv)); in maybeStartBpf() 317 tracker.v4iface, strerror(-rv)); in maybeStartBpf() 345 tracker.v4iface, strerror(-rv)); in maybeStartBpf() 386 tracker.v4iface, strerror(-rv)); in maybeStopBpf() 429 strlcpy(v4iface, v4interface.c_str(), sizeof(v4iface)); in init() 430 v4ifIndex = if_nametoindex(v4iface); in init() 692 tracker.v4iface, tracker.fwmarkString); in dumpTrackers()
|
D | ClatdController.h | 63 char v4iface[IFNAMSIZ]; member
|