Searched refs:mapped (Results 1 – 7 of 7) sorted by relevance
51 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
175 bool mapped = false; in z_impl_net_addr_ntop() local183 mapped = true; in z_impl_net_addr_ntop()238 if (mapped && (i > 5)) { in z_impl_net_addr_ntop()
174 bool "Support IPv4 mapped on IPv6 addresses"177 Support v4-mapped-on-v6 address type. This allows IPv4 and IPv6180 be mapped to IPv6. This is turned off by default which means198 be mapped to this traffic class so that higher prioritized packets220 be mapped to this traffic class so that higher prioritized packets
2459 struct sockaddr_in mapped; in context_sendto() local2481 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()
3048 struct in6_addr mapped; in tcp_in() local3052 &mapped); in tcp_in()3054 &mapped); in tcp_in()3059 net_sprint_ipv6_addr(&mapped)); in tcp_in()
112 This value is mapped directly to enum coap_block_size.
771 bool "Shell backend implemented over mapped memory window."
Completed in 24 milliseconds