Home
last modified time | relevance | path

Searched refs:nametoindex (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
Dcan.cpp39 addr.can_ifindex = nametoindex(ifname); in socket()
75 req->ifi_index = nametoindex(ifname); in setBitrate()
Dcommon.h35 unsigned int nametoindex(const std::string& ifname);
Dcommon.cpp25 unsigned int nametoindex(const std::string& ifname) { in nametoindex() function
Dvlan.cpp30 const auto ethidx = nametoindex(eth); in add()
Dlibnetdevice.cpp39 return nametoindex(ifname) != 0; in exists()
/hardware/interfaces/automotive/can/1.0/default/libnl++/
Dcommon.h37 unsigned int nametoindex(const std::string& ifname);
Dcommon.cpp25 unsigned int nametoindex(const std::string& ifname) { in nametoindex() function