Home
last modified time | relevance | path

Searched defs:ifname (Results 1 – 16 of 16) sorted by relevance

/system/netd/server/
DNetdHwService.cpp105 uint64_t networkHandle, const hidl_string& ifname, const hidl_string& destination, in addRouteToOemNetwork()
115 uint64_t networkHandle, const hidl_string& ifname, const hidl_string& destination, in removeRouteFromOemNetwork()
125 const hidl_string& ifname) { in addInterfaceToOemNetwork()
133 const hidl_string& ifname) { in removeInterfaceFromOemNetwork()
DTrafficController.cpp1020 auto ifname = mIfaceIndexNameMap.readValue(ifIndex); in dump() local
1045 const char* ifname = value.name; in dump() local
1060 auto ifname = mIfaceIndexNameMap.readValue(key); in dump() local
1095 auto ifname = mIfaceIndexNameMap.readValue(value.iif); in dump() local
DNetdNativeService.cpp541 const std::string& ifname, in getProcSysNet()
557 const std::string& ifname, in setProcSysNet()
945 for (const auto& ifname : gCtls->tetherCtrl.getTetheredInterfaceList()) { in tetherInterfaceList() local
DTetherController.cpp412 for (const auto& ifname : mInterfaces) { in applyDnsInterfaces() local
DNdcDispatcher.cpp435 for (const auto& ifname : ifList) { in runCommand() local
/system/core/libnetutils/
Difc_utils.c380 char ifname[64]; // Currently, IFNAMSIZ = 16. in ifc_clear_ipv6_addresses() local
531 int ifc_act_on_ipv4_route(int action, const char *ifname, struct in_addr dst, int prefix_length, in ifc_act_on_ipv4_route()
590 int ifc_enable(const char *ifname) in ifc_enable()
601 int ifc_disable(const char *ifname) in ifc_disable()
621 int ifc_reset_connections(const char *ifname, const int reset_mask) in ifc_reset_connections()
669 int ifc_remove_default_route(const char *ifname) in ifc_remove_default_route()
687 ifc_configure(const char *ifname, in ifc_configure()
Ddhcpclient.c127 static int dhcp_configure(const char *ifname, dhcp_info *info) in dhcp_configure()
387 int dhcp_init_ifc(const char *ifname) in dhcp_init_ifc()
Dpacket.c42 int open_raw_socket(const char *ifname __attribute__((unused)), uint8_t *hwaddr, int if_index) in open_raw_socket()
/system/netd/libnetdbpf/
DBpfNetworkStats.cpp82 char ifname[IFNAMSIZ]; in bpfGetIfaceStatsInternal() local
119 const char* ifname) { in populateStatsEntry()
141 char ifname[IFNAMSIZ]; in parseBpfNetworkStatsDetailInternal() local
239 char ifname[IFNAMSIZ]; in parseBpfNetworkStatsDevInternal() local
DBpfNetworkStatsTest.cpp389 char ifname[IFNAMSIZ]; in TEST_F() local
/system/netd/libnetdbpf/include/netdbpf/
DBpfNetworkStats.h74 const BpfMap<Key, StatsValue>& statsMap, uint32_t ifaceIndex, char* ifname, in getIfaceNameFromMap()
/system/core/libsysutils/src/
DNetlinkEvent.cpp163 char ifname[IFNAMSIZ] = ""; in parseIfAddrMessage() local
443 char ifname[IFNAMSIZ]; in parseNdUserOptMessage() local
/system/netd/tests/
Dbinder_test.cpp785 const std::string &ifname, const char *addrString, int prefixLength) { in interfaceHasAddress()
911 const char* ifname; in TEST_F() member
949 const char* ifname; in TEST_F() member
1116 void expectIdletimerInterfaceRuleExists(const std::string& ifname, int timeout, in expectIdletimerInterfaceRuleExists()
1128 void expectIdletimerInterfaceRuleNotExists(const std::string& ifname, int timeout, in expectIdletimerInterfaceRuleNotExists()
1149 const std::string ifname; in TEST_F() member
1490 void expectXtQuotaValueEqual(const char* ifname, long quotaBytes) { in expectXtQuotaValueEqual()
1499 void expectBandwidthInterfaceQuotaRuleExists(const char* ifname, long quotaBytes) { in expectBandwidthInterfaceQuotaRuleExists()
1516 void expectBandwidthInterfaceQuotaRuleDoesNotExist(const char* ifname) { in expectBandwidthInterfaceQuotaRuleDoesNotExist()
1532 void expectBandwidthInterfaceAlertRuleExists(const char* ifname, long alertBytes) { in expectBandwidthInterfaceAlertRuleExists()
[all …]
/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl19 …@utf8InCpp String getProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in @utf8InC… in getProcSysNet()
20 …void setProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in @utf8InCpp String par… in setProcSysNet()
/system/netd/server/binder/android/net/
DINetd.aidl230 @utf8InCpp String getProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in getProcSysNet()
232 void setProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in setProcSysNet()
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl36 …@utf8InCpp String getProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in @utf8InC… in getProcSysNet()
37 …void setProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in @utf8InCpp String par… in setProcSysNet()