Searched defs:net (Results 1 – 12 of 12) sorted by relevance
31 let net = unsafe { net::UnixListener::from_raw_fd(socket) }; in bind() localVariable45 let net = unsafe { net::UnixStream::from_raw_fd(socket) }; in connect() localVariable54 let net = unsafe { net::UnixDatagram::from_raw_fd(socket) }; in unbound() localVariable
366 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() local972 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 …]
48 mod net; module
125 const auto &net = FindNetworkById(netId); in DestroyNetwork() local147 const auto &net = FindNetworkById(netId); in SetDefaultNetwork() local175 const auto &net = FindNetworkById(defaultNetId_); in ClearDefaultNetwork() local241 const auto &net = FindNetworkById(netId); in AddInterfaceToNetwork() local276 const auto &net = FindNetworkById(netId); in RemoveInterfaceFromNetwork() local
128 uint32_t net = htonl(netmask); in NetworkBits() local142 uint32_t net = htonl(netmask); in HostBits() local
810 for (auto net : netList) { variable825 for (auto net : otherNetList) { variable
56 NetDevice *net; member
289 std::string net = (char *)ashmem->ReadFromAshmem(allSize, 0); in ParseScanInfos() local
639 std::string net = (char *)ashmem->ReadFromAshmem(len, 0); in ParseBigConfig() local
1720 static char *PrepareCommandByNetworkType(HRilPreferredNetworkType net) in PrepareCommandByNetworkType()1766 int32_t net = *(int32_t *)data; in ReqSetPreferredNetwork() local1816 int32_t net = ConvertCharToInt32(netType); in ParseNetTypeStr() local
140 struct UsbnetTransInfo net; member
99 "net": { object