Home
last modified time | relevance | path

Searched defs:inetSocket (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_network.cpp45 int inetSocket = -1; in Open() local
118 int PanNetwork::SetMacAddress(int inetSocket) in SetMacAddress()
154 int PanNetwork::SetIpAddress(int inetSocket) in SetIpAddress()
203 int PanNetwork::SetIffUp(int inetSocket) in SetIffUp()
228 int PanNetwork::SetIffdown(int inetSocket) in SetIffdown()
256 int inetSocket; in Close() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dinterface_manager.cpp393 int32_t inetSocket = socket(AF_INET, SOCK_DGRAM, 0); in SetIpAddress() local
418 int32_t inetSocket = socket(AF_INET, SOCK_DGRAM, 0); in SetIffUp() local
438 int32_t inetSocket = socket(AF_INET, SOCK_DGRAM, 0); in AddStaticArp() local
458 int32_t inetSocket = socket(AF_INET, SOCK_DGRAM, 0); in DelStaticArp() local