Home
last modified time | relevance | path

Searched refs:addresses (Results 1 – 25 of 111) sorted by relevance

12345

/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-net-arp.md6addresses. IP addresses must be converted into MAC addresses to enable communication between hosts…
32 …d modify the ARP cache table of the TCP/IP stack. If ARP entries for IP addresses on different sub…
H A Dkernel-small-basic-memory-virtual.md8addresses. Similarly, the physical memory is also divided by page, and each memory block is called…
10 **Table 1** Kernel-mode addresses
18 **Table 2** User-mode virtual addresses
36 **Figure 1** Mapping between the virtual and physical memory addresses<br>
38 …between-the-virtual-and-physical-memory-addresses.png "mapping-between-the-virtual-and-physical-me…
H A Dkernel-standard-newip.md6 … employs lightweight packet headers and variable-length, multi-semantic addresses and integrates L…
17 New IP supports variable-length multi-semantic addresses (min. 1 byte) and customized header encaps…
69addresses, New IP supports variable-length addresses and parse of the address length. The packet h…
261 | nip_addr.c | Sample code for configuring variable-length New IP addresses (any valid New …
287 …r/newip/examples). Fixed addresses and routes are configured in the demo code. You do not need to …
291 | nip_addr_cfg_demo.c | Sample code for configuring variable-length IP addresses. |
313 Now, you can send and receive packets over UDP/TCP. By default, the addresses and routes configured…
416 > New IP supports variable-length addresses (1 to 8 bytes). The 1-byte address in Bitmap 1 indicate…
428 > New IP supports variable-length addresses (1 to 8 bytes). The 1-byte address in Bitmap 1 indicate…
440 > New IP supports variable-length addresses (1 to 8 bytes). The 1-byte address in Bitmap 1 indicate…
[all …]
H A Dkernel-small-debug-memory-leak.md31 …. Columns 3 to 5 list the LR addresses. You can determine the specific memory location of the node…
45 > Enabling memory leak check affects memory application performance. LR addresses will be recorded …
H A Dkernel-small-basic-inner-reflect.md6addresses in the process space and the actual physical addresses and specify corresponding access …
H A Dkernel-small-basic-memory-physical.md19addresses of the two \(2<sup>0</sup>\) memory blocks are contiguous, the memory blocks are merged …
27 … if their addresses are contiguous and inserted to list 2. The one page frame can be merged with t…
/ohos5.0/docs/en/application-dev/application-models/
H A Dstart-email-apps.md11 … | No | Email address of the recipient. Multiple email addresses, separated by co…
12 … | No | Email address of the CC recipient. Multiple email addresses, separated by co…
13 … | No | Email address of the BCC recipient. Multiple email addresses, separated by co…
106 …| email | string[ ] | No | Email address of the recipient. Multiple email addresses, separated …
107 …| cc | string[ ] | No | Email address of the CC recipient. Multiple email addresses, separat…
108 …| bcc | string[ ] | No | Email address of the BCC recipient. Multiple email addresses, separa…
H A Dstart-email-apps-by-mailto.md5 You can create hyperlinks that link to email addresses through mailto, so that users can easily acc…
25 + **someone@example.com**: recipient address, which is optional. If there are multiple addresses, s…
H A Dstart-intent-panel.md6 …e mailto protocol allows for the creation of hyperlinks linked to email addresses, enabling users …
41 You can create hyperlinks that link to email addresses through mailto, so that users can easily acc…
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp331 char addresses[INET6_ADDRSTRLEN] = ""; in InterpreteAddressMsg() local
353 …if (!InterpreteIFaceAddr(addrMsg, addresses, sizeof(addresses), rtMsgType, interfaceName, rtAttr))… in InterpreteAddressMsg()
372 if (addresses[0] == '\0') { in InterpreteAddressMsg()
378 return SaveAddressMsg(addresses, addrMsg, std::to_string(flags), cacheInfo, interfaceName); in InterpreteAddressMsg()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H A Dvpn_data_bean.cpp183 std::vector<INetAddr> addresses = sysVpnConfig->addresses_; in ConvertCommonVpnConfigToVpnBean() local
184 if (!addresses.empty()) { in ConvertCommonVpnConfigToVpnBean()
185 vpnBean->vpnAddress_ = addresses[0].address_; in ConvertCommonVpnConfigToVpnBean()
/ohos5.0/docs/en/application-dev/reference/apis-mdm-kit/
H A Djs-apis-enterprise-bluetoothManager.md91 … | Yes | MAC addresses of the Bluetooth devices to add. This array can hold a maxi…
140 | deviceIds | Array\<string> | Yes | MAC addresses of the…
193 | Array\<string> | MAC addresses of allowed Bluetooth devices obtained.|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A Djs-apis-net-vpnExtension.md313 addresses: AddressWithPrefix[];
323 this.addresses = [
460 | addresses | Array\<[LinkAddress](js-apis-net-connection.md#linkaddress)\> | 是 | VPN 虚…
478 addresses: [],
H A Djs-apis-net-vpn-sys.md119 addresses: [{
191 addresses: [{
476 | addresses | Array\<[LinkAddress](js-apis-net-connection.md#linkaddress)\> | 是 | VPN 虚…
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A D_net_conn___net_addr.md6 Defines network addresses.
H A Djs-apis-net-vpnExtension.md313 addresses: AddressWithPrefix[];
323 this.addresses = [
460 | addresses | Array\<[LinkAddress](js-apis-net-connection.md#linkaddress)\> | Yes | IP a…
478 addresses: [],
H A Djs-apis-net-ethernet.md31 Obtains the names and MAC addresses of all Ethernet NICs. This API uses a promise to return the res…
/ohos5.0/drivers/interface/location/lpfence/wififence/v1_0/
H A DWififenceTypes.idl63 …/** If the scanned MAC address overlaps the MAC addresses in a Wi-Fi fence, the device is within t…
79 …e {@Link TYPE_ONE_BSSID} algorithm is used, <b>bssid</b> is multiple groups of Wi-Fi MAC addresses.
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_lpfence_wififence_v1_0/foo/location/lpfence/wififence/v1_0/
H A DWififenceTypes.idl63 …/** If the scanned MAC address overlaps the MAC addresses in a Wi-Fi fence, the device is within t…
79 …e {@Link TYPE_ONE_BSSID} algorithm is used, <b>bssid</b> is multiple groups of Wi-Fi MAC addresses.
/ohos5.0/docs/en/application-dev/napi/
H A Ddebug-asan.md4 …ture. ASan is integrated in DevEco Studio to detect C/C++ out-of-bounds addresses, and display err…
/ohos5.0/docs/en/application-dev/network/
H A Dnet-netfirewall.md22 2. Restricting network communication to specific IP addresses, protocols, and ports
23 3. Restricting network communication of specific applications to specific IP addresses, protocols, …
75 // Initialize firewall rules for specific types of IP addresses.
H A Dnet-connection-manager.md29 - Resolving the domain name of a network to obtain all IP addresses
53 …g, callback: AsyncCallback\<Array\<NetAddress>>): void; |Obtains all IP addresses of the specified…
58 …g, callback: AsyncCallback\<Array\<NetAddress>>): void; |Obtains all IP addresses of the specified…
295 ## Resolving the domain name of a network to obtain all IP addresses
302 …yName** to use the default network to resolve the host name to obtain the list of all IP addresses.
309 // Use the default network to resolve the host name to obtain the list of all IP addresses.
/ohos5.0/foundation/communication/netmanager_base/
H A DREADME_zh.md265 statistics.getIfaceRxBytes("wlan0").then(function (addresses) {
266 console.log(JSON.stringify(addresses))
277 statistics.getIfaceTxBytes("wlan0").then(function (addresses) {
278 console.log(JSON.stringify(addresses))
H A DREADME.md42 …g, callback: AsyncCallback\<Array\<NetAddress>>): void; |Obtains all IP addresses of the specified…
43 …ssesByName(host: string): Promise\<Array\<NetAddress>>; |Obtains all IP addresses of the specified…
55 …g, callback: AsyncCallback\<Array\<NetAddress>>): void; |Obtains all IP addresses of the default n…
56 …ssesByName(host: string): Promise\<Array\<NetAddress>>; |Obtains all IP addresses of the specified…
133 net_connection.getAddressesByName("www.example.com").then(function (addresses) {
134 console.log(JSON.stringify(addresses))
/ohos5.0/foundation/communication/dhcp/
H A DREADME.en.md4 …otocol defined by RFC 1541 that allows servers to dynamically assign IP addresses and configuratio…

12345