Home
last modified time | relevance | path

Searched defs:macAddr (Results 1 - 25 of 60) sorted by relevance

123

/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_connect_info.h36 char macAddr[MAC_LEN]; member
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dmac_address_test.cpp103 unsigned char macAddr[MAC_LEN] = {0}; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dnet_conn_client.cpp17 AddStaticArp( const std::string &ipAddr, const std::string &macAddr, const std::string &ifName) AddStaticArp() argument
27 DelStaticArp( const std::string &ipAddr, const std::string &macAddr, const std::string &ifName) DelStaticArp() argument
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dmulti_gateway_test.cpp53 std::string macAddr = ""; in HWTEST_F() local
84 const char *macAddr = nullptr; in HWTEST_F() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dmac_address.cpp140 bool MacAddress::GetMacAddr(const std::string& ifName, unsigned char macAddr[MAC_LEN]) in GetMacAddr() argument
/foundation/communication/dhcp/test/fuzztest/dhcpaddresspool_fuzzer/
H A Ddhcpaddresspool_fuzzer.cpp56 uint8_t macAddr[DHCP_HWADDR_LENGTH]; in DhcpAddressPoolFuzzTest() local
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_data_cloud_sync.h46 char macAddr[MAC_LEN]; member
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dinterface_manager_test.cpp212 std::string macAddr; in HWTEST_F() local
221 std::string macAddr; in HWTEST_F() local
230 std::string macAddr; in HWTEST_F() local
244 std::string macAddr = "08:00:20:0A:8C:6D"; in HWTEST_F() local
255 std::string macAddr; in HWTEST_F() local
414 std::string macAddr = "aa:bb:cc:dd:ee:ff"; HWTEST_F() local
424 std::string macAddr = "aa:bb:cc:dd:ee:ff"; HWTEST_F() local
439 std::string macAddr = "aa:bb:cc:dd:ee:ff"; HWTEST_F() local
[all...]
H A Dnet_manager_native_test.cpp176 std::string macAddr = "aa:bb:cc:dd:ee:ff"; in HWTEST_F() local
185 std::string macAddr = "aa:bb:cc:dd:ee:ff"; in HWTEST_F() local
H A Dnetsys_native_service_proxy_test.cpp252 std::string macAddr = "aa:bb:cc:dd:ee:ff"; in HWTEST_F() local
263 std::string macAddr = "aa:bb:cc:dd:ee:ff"; in HWTEST_F() local
H A Dnetsys_controller_service_impl_test.cpp295 std::string macAddr = "aa:bb:cc:dd:ee:ff"; in HWTEST_F() local
H A Dnetsys_native_client_test.cpp358 std::string macAddr = "aa:bb:cc:dd:ee:ff"; in HWTEST_F() local
H A Dnetsys_native_service_stub_test.cpp1713 std::string macAddr = "aa:bb:cc:dd:ee:ff"; in HWTEST_F() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dmulti_gateway.cpp94 int32_t MultiGateway::SetStaticArp(const std::string& iface, const std::string& ipAddr, const std::string& macAddr) in SetStaticArp() argument
169 int32_t MultiGateway::GetMacAddr(char *buff, const char *macAddr) in GetMacAddr() argument
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_sta_impl_test.cpp236 char macAddr[18] = {0}; in HWTEST_F() local
/foundation/communication/wifi_aware/frameworks/source/
H A Dwifiaware.c78 int SendData(unsigned char* macAddr, unsigned char peerHandle, unsigned char localHandle, in SendData() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_properties.cpp172 std::string macAddr = pimpl->macAddr_; in UpdateConfig() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
H A Dwifi_manager.cpp379 unsigned char macAddr[WIFI_MAC_LEN] = {0}; in InstallPacketFilterProgram() local
/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_result_event.h73 char macAddr[MAC_ADDR_MAX_LEN]; member
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_address_pool.cpp40 std::size_t macAddrHash(uint8_t macAddr[DHCP_HWADDR_LENGTH]) in macAddrHash() argument
50 AddressBinding *GetBindingByMac(uint8_t macAddr[DHCP_HWADDR_LENGTH]) in GetBindingByMac() argument
60 AddressBinding *QueryBinding(uint8_t macAddr[DHCP_HWADDR_LENGTH], PDhcpOptionList cliOptins) in QueryBinding() argument
65 AddressBinding *AddNewBinding(uint8_t macAddr[DHCP_HWADDR_LENGTH], PDhcpOptionList cliOptins) in AddNewBinding() argument
85 CheckIpAvailability(DhcpAddressPool *pool, uint8_t macAddr[DHCP_HWADDR_LENGTH], uint32_t distIp) CheckIpAvailability() argument
127 CheckRangeAvailability( DhcpAddressPool *pool, uint8_t macAddr[DHCP_HWADDR_LENGTH], uint32_t distIp, int *outOfRange) CheckRangeAvailability() argument
180 AddressDistribute(DhcpAddressPool *pool, uint8_t macAddr[DHCP_HWADDR_LENGTH]) AddressDistribute() argument
289 IsReserved(uint8_t macAddr[DHCP_HWADDR_LENGTH]) IsReserved() argument
341 AddReservedBinding(uint8_t macAddr[DHCP_HWADDR_LENGTH]) AddReservedBinding() argument
357 RemoveBinding(uint8_t macAddr[DHCP_HWADDR_LENGTH]) RemoveBinding() argument
367 RemoveReservedBinding(uint8_t macAddr[DHCP_HWADDR_LENGTH]) RemoveReservedBinding() argument
381 ReleaseBinding(uint8_t macAddr[DHCP_HWADDR_LENGTH]) ReleaseBinding() argument
[all...]
H A Daddress_utils.cpp207 char *ParseStrMac(const uint8_t *macAddr, size_t addrSize) in ParseStrMac() argument
235 int ParseMacAddress(const char *strMac, uint8_t macAddr[DHCP_HWADDR_LENGTH]) in ParseMacAddress() argument
276 ParseLogMac(uint8_t macAddr[DHCP_HWADDR_LENGTH]) ParseLogMac() argument
290 IsEmptyHWAddr(const uint8_t macAddr[DHCP_HWADDR_LENGTH]) IsEmptyHWAddr() argument
[all...]
/foundation/communication/dhcp/test/fuzztest/addressutils_fuzzer/
H A Daddressutils_fuzzer.cpp145 uint8_t* macAddr = nullptr; in ParseStrMacTest() local
153 uint8_t macAddr[DHCP_HWADDR_LENGTH]; in ParseMacAddressTest() local
180 uint8_t macAddr[DHCP_HWADDR_LENGTH]; in ParseLogMacTest() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/wifi/
H A Dnstackx_wifi_stat_linux.c270 char macAddr[ETH_ALEN]; in GetWifiStaInfo() local
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dledger_lane_hub_test.cpp390 char macAddr[MAC_LEN] = {0}; in HWTEST_F() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dwifi_p2p_hal_interface_test.cpp441 std::string macAddr; in HWTEST_F() local

Completed in 21 milliseconds

123