| /system/netd/server/ |
| D | NetdHwService.cpp | 105 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()
|
| D | TrafficController.cpp | 1020 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
|
| D | NetdNativeService.cpp | 541 const std::string& ifname, in getProcSysNet() 557 const std::string& ifname, in setProcSysNet() 945 for (const auto& ifname : gCtls->tetherCtrl.getTetheredInterfaceList()) { in tetherInterfaceList() local
|
| D | TetherController.cpp | 412 for (const auto& ifname : mInterfaces) { in applyDnsInterfaces() local
|
| D | NdcDispatcher.cpp | 435 for (const auto& ifname : ifList) { in runCommand() local
|
| /system/core/libnetutils/ |
| D | ifc_utils.c | 380 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()
|
| D | dhcpclient.c | 127 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()
|
| D | packet.c | 42 int open_raw_socket(const char *ifname __attribute__((unused)), uint8_t *hwaddr, int if_index) in open_raw_socket()
|
| /system/netd/libnetdbpf/ |
| D | BpfNetworkStats.cpp | 82 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
|
| D | BpfNetworkStatsTest.cpp | 389 char ifname[IFNAMSIZ]; in TEST_F() local
|
| /system/netd/libnetdbpf/include/netdbpf/ |
| D | BpfNetworkStats.h | 74 const BpfMap<Key, StatsValue>& statsMap, uint32_t ifaceIndex, char* ifname, in getIfaceNameFromMap()
|
| /system/core/libsysutils/src/ |
| D | NetlinkEvent.cpp | 163 char ifname[IFNAMSIZ] = ""; in parseIfAddrMessage() local 443 char ifname[IFNAMSIZ]; in parseNdUserOptMessage() local
|
| /system/netd/tests/ |
| D | binder_test.cpp | 785 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/ |
| D | INetd.aidl | 19 …@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/ |
| D | INetd.aidl | 230 @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/ |
| D | INetd.aidl | 36 …@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()
|