Home
last modified time | relevance | path

Searched refs:address (Results 1 – 25 of 55) sorted by relevance

123

/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DINET-ADDRESS-MIB24 address can be an IPv4 address, an IPv6 address,
28 Internet address prefix.
66 ipv4(1) An IPv4 address as defined by the
69 ipv6(2) An IPv6 address as defined by the
116 "Denotes a generic Internet address.
147 "Represents an IPv4 network address:
153 1-4 IPv4 address network-byte order
167 "Represents an IPv6 network address:
170 1-16 IPv6 address network-byte order
188 1-4 IPv4 address network-byte order
[all …]
A DSNMPv2-TM67 The corresponding transport address is of type
82 "Represents a UDP over IPv4 address:
85 1-4 IP-address network-byte order
96 The corresponding transport address is of type
104 The corresponding transport address is of type
112 "Represents an OSI transport-address:
135 transport address is of type SnmpNBPAddress."
162 transport address is of type SnmpIPXAddress."
169 "Represents an IPX address:
173 5-10 physical-address network-byte order
[all …]
A DTCP-MIB325 "The address type of tcpConnectionLocalAddress."
334 of this address is determined by the value of
360 "The address type of tcpConnectionRemAddress."
369 of this address is determined by the value of
471 of an appropriate address type, with
519 "The local IP address for this TCP connection.
535 appropriate address type.
541 appropriate address type.
675 "The remote IP address for this TCP connection."
713 -- and IPv6 address types.
[all …]
A DUDP-MIB191 The address type in this table represents the address
213 address type and a udpEndpointLocalAddress of
217 for a specific IP address but from any remote
220 address type, with udpEndpointLocalAddress
221 specifying the local address.
276 "The address type of udpEndpointLocalAddress. Only
287 "The local IP address for this UDP endpoint.
307 appropriate address type.
315 appropriate address type.
337 "The address type of udpEndpointRemoteAddress. Only
[all …]
A DIP-MIB98 address that can appear as the destination or source address
108 address of a packet.
121 address.
792 because the destination address was not a local address.
1681 destination address was not a local address.
2424 "The address prefix. The address type of this object is
2687 "The status of the address, describing if the address can be
2781 "Each entry contains one IP address to `physical' address
2824 `physical' address. The address type of this object is
4283 mappings of network address to physical address known to
[all …]
A DRFC1213-MIB33 -- For example, an ethernet address would be represented as
558 -- address translation tables.
565 -- as a `physical' address.
572 -- NetworkAddress to X.121 address equivalences.
594 `physical' address equivalence."
650 address."
727 a local address."
889 -- the IP address table
1264 -- use translation tables for determining address
1284 address equivalence."
[all …]
A DIF-MIB68 form of the manager station's transport address, management
255 "The interface's address at its protocol sub-layer. For
350 or broadcast address at this sub-layer.
365 broadcast address at this sub-layer.
646 address at this sub-layer.
661 multicast address at this sub-layer, including those that
678 broadcast address at this sub-layer, including those that
1064 -- more than one address.
1086 required, for the address which has the functional address
1099 "A list of objects identifying an address for which the
[all …]
A DRFC-121268 address
/lib/lwip/lwip/contrib/addons/netconn/external_resolve/
A Ddnssd.c81 const struct sockaddr* address, u32_t ttl, void* context);
141 const struct sockaddr* address, u32_t ttl, void* context) in addr_info_callback() argument
144 struct sockaddr_in* addr_in = (struct sockaddr_in *)address; in addr_info_callback()
/lib/acpi/
A Dacpi_table.c316 struct acpi_gen_regaddr *address, u32 address_size, in acpi_create_dbg2() argument
351 memcpy((void *)current, address, sizeof(struct acpi_gen_regaddr)); in acpi_create_dbg2()
382 struct acpi_gen_regaddr address; in acpi_write_dbg2_pci_uart() local
403 memset(&address, '\0', sizeof(address)); in acpi_write_dbg2_pci_uart()
404 address.space_id = ACPI_ADDRESS_SPACE_MEMORY; in acpi_write_dbg2_pci_uart()
405 address.addrl = (uint32_t)addr; in acpi_write_dbg2_pci_uart()
406 address.addrh = (uint32_t)((addr >> 32) & 0xffffffff); in acpi_write_dbg2_pci_uart()
407 address.access_size = access_size; in acpi_write_dbg2_pci_uart()
413 ACPI_DBG2_16550_COMPATIBLE, &address, 0x1000, path); in acpi_write_dbg2_pci_uart()
A Dacpi_device.c578 acpigen_emit_word(ctx, i2c->address); in acpi_device_write_i2c()
608 i2c->address = chip->chip_addr; in acpi_device_set_i2c()
619 return i2c->address; in acpi_device_set_i2c()
/lib/lwip/lwip/contrib/addons/ipv6_static_routing/
A DREADME33 -- The application can find a route entry for a specific address using the 
37 -- To fetch the gateway IPv6 address for a specific destination IPv6 
38    address and target netif, the application can call ip6_get_gateway(..).
/lib/lzma/
A DLzmaTools.c37 static void SzFree(void *p, void *address) { free(address); } in SzFree() argument
/lib/efi_loader/
A Defi_runtime.c618 efi_uintn_t debug_disposition, void **address) in efi_convert_pointer_runtime() argument
637 efi_convert_pointer(efi_uintn_t debug_disposition, void **address) in efi_convert_pointer() argument
648 if (!address) { in efi_convert_pointer()
652 if (!*address) { in efi_convert_pointer()
659 addr = (uintptr_t)*address; in efi_convert_pointer()
667 *address = (void *)(uintptr_t) in efi_convert_pointer()
A Defi_ipconfig.c62 efi_net_set_addr(&current_http_ip.address, in efi_ip4_config2_set_data()
136 efi_net_get_addr(&current_http_ip.address, &current_http_ip.subnet_mask, NULL, NULL); in efi_ip4_config2_get_data()
/lib/
A Dsmbios-parser.c14 const struct smbios_entry *smbios_entry(u64 address, u32 size) in smbios_entry() argument
16 const struct smbios_entry *entry = (struct smbios_entry *)(uintptr_t)address; in smbios_entry()
18 if (!address || !size) in smbios_entry()
/lib/efi_selftest/
A Defi_selftest_ipconfig.c104 memcpy(&manual_address.address, ip, in execute()
130 if (memcmp(ip, &manual_address.address, in execute()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/
A DIANATn3270eTC-MIB64 client address. The enumeration value unknown(0) is
65 also used to indicate that no actual address is present."
75 "Denotes a client address. The type of client address is
85 indicates if an address
93 layer address."
/lib/mbedtls/external/mbedtls/tests/data_files/
A Dtest-ca.opensslconf33 subjectAltName=email:my@other.address,email:second@other.address
/lib/lwip/lwip/contrib/ports/
A DCMakeCommon.cmake90 -fsanitize=address
111 -fsanitize=address
A DCommon.allports.mk51 CFLAGS+= -fsanitize=address -fsanitize=undefined -fno-sanitize=alignment -Wdocumentation -Wno-docum…
/lib/lwip/lwip/contrib/apps/chargen/
A DREADME24 As an example, lets say that your system running lwip is at IP address
25 192.168.10.244 and you have a linux system connected to it at IP address
/lib/mbedtls/external/mbedtls/programs/fuzz/
A DREADME.md20 python infra/helper.py build_fuzzers --sanitizer address mbedtls
23 You can use `undefined` sanitizer as well as `address` sanitizer.
/lib/lwip/lwip/contrib/addons/tcp_md5/
A DREADME17 struct sockaddr_storage addr_remote; /* Initialize this to remote address and port */
/lib/lwip/lwip/doc/
A Dmdns.txt29 MDNS with IPv6 requires LWIP_IPV6_MLD = 1, and that a link-local address is
59 Call mdns_resp_announce() every time the IP address on the netif has changed.

Completed in 81 milliseconds

123