Home
last modified time | relevance | path

Searched defs:net (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
H A Dsocket.rs31 let net = unsafe { net::UnixListener::from_raw_fd(socket) }; in bind() localVariable
45 let net = unsafe { net::UnixStream::from_raw_fd(socket) }; in connect() localVariable
54 let net = unsafe { net::UnixDatagram::from_raw_fd(socket) }; in unbound() localVariable
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_net_adapter.c366 static int32_t UsbnetAdapterOpen(NetDevice *net) in UsbnetAdapterOpen()
437 static int32_t UsbnetAdapterStop(NetDevice *net) in UsbnetAdapterStop()
572 static netdev_tx_t UsbnetAdapterStartXmit(SkBuff *skb, NetDevice *net) in UsbnetAdapterStartXmit()
631 static void UsbnetAdapterTXTimeout(NetDevice *net, unsigned int txqueue) in UsbnetAdapterTXTimeout()
685 static void UsbnetAdapterSetRxMode(NetDevice *net) in UsbnetAdapterSetRxMode()
758 static int32_t UsbnetAdapterChangeMtu(NetDevice *net, int newMtu) in UsbnetAdapterChangeMtu()
925 NetDevice *net = (NetDevice *)device->priv; in UsbnetAdapterRxComplete() local
972 NetDevice *net, struct UsbnetTransInfo *uNetTransInfo) in UsbnetAdapterSetUsbNet()
1021 static void UsbnetAdapterSetNetDevice(struct UsbnetAdapter *usbNet, NetDevice *net) in UsbnetAdapterSetNetDevice()
1092 NetDevice *net = alloc_etherdev(sizeof(struct UsbnetAdapter)); in UsbnetAdapterProbe() local
[all …]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dmod.rs48 mod net; module
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dconn_manager.cpp125 const auto &net = FindNetworkById(netId); in DestroyNetwork() local
147 const auto &net = FindNetworkById(netId); in SetDefaultNetwork() local
175 const auto &net = FindNetworkById(defaultNetId_); in ClearDefaultNetwork() local
241 const auto &net = FindNetworkById(netId); in AddInterfaceToNetwork() local
276 const auto &net = FindNetworkById(netId); in RemoveInterfaceFromNetwork() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Daddress_utils.cpp128 uint32_t net = htonl(netmask); in NetworkBits() local
142 uint32_t net = htonl(netmask); in HostBits() local
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_manager_test.cpp810 for (auto net : netList) { variable
825 for (auto net : otherNetList) { variable
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/include/
H A Dusb_net_adapter.h56 NetDevice *net; member
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_scan_proxy.cpp289 std::string net = (char *)ashmem->ReadFromAshmem(allSize, 0); in ParseScanInfos() local
H A Dwifi_device_proxy.cpp639 std::string net = (char *)ashmem->ReadFromAshmem(len, 0); in ParseBigConfig() local
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c1720 static char *PrepareCommandByNetworkType(HRilPreferredNetworkType net) in PrepareCommandByNetworkType()
1766 int32_t net = *(int32_t *)data; in ReqSetPreferredNetwork() local
1816 int32_t net = ConvertCharToInt32(netType); in ParseNetTypeStr() local
/ohos5.0/drivers/peripheral/usb/net/include/
H A Dusb_net_host.h140 struct UsbnetTransInfo net; member
/ohos5.0/base/hiviewdfx/hitrace/config/
H A Dhitrace_utils.json99 "net": { object