Home
last modified time | relevance | path

Searched refs:mapped (Results 1 – 7 of 7) sorted by relevance

/subsys/bindesc/
A DKconfig51 bool "Bindesc read from memory mapped flash"
53 Enable reading and parsing binary descriptors from memory mapped flash.
58 Enable reading and parsing binary descriptors from non memory mapped flash
/subsys/net/ip/
A Dutils.c175 bool mapped = false; in z_impl_net_addr_ntop() local
183 mapped = true; in z_impl_net_addr_ntop()
238 if (mapped && (i > 5)) { in z_impl_net_addr_ntop()
A DKconfig174 bool "Support IPv4 mapped on IPv6 addresses"
177 Support v4-mapped-on-v6 address type. This allows IPv4 and IPv6
180 be mapped to IPv6. This is turned off by default which means
198 be mapped to this traffic class so that higher prioritized packets
220 be mapped to this traffic class so that higher prioritized packets
A Dnet_context.c2459 struct sockaddr_in mapped; in context_sendto() local
2481 mapped.sin_port = addr6->sin6_port; in context_sendto()
2482 mapped.sin_family = AF_INET; in context_sendto()
2483 net_ipaddr_copy(&mapped.sin_addr, in context_sendto()
2485 addr4 = &mapped; in context_sendto()
A Dtcp.c3048 struct in6_addr mapped; in tcp_in() local
3052 &mapped); in tcp_in()
3054 &mapped); in tcp_in()
3059 net_sprint_ipv6_addr(&mapped)); in tcp_in()
/subsys/mgmt/updatehub/
A DKconfig112 This value is mapped directly to enum coap_block_size.
/subsys/shell/backends/
A DKconfig.backends771 bool "Shell backend implemented over mapped memory window."

Completed in 24 milliseconds