Home
last modified time | relevance | path

Searched defs:prefix (Results 1 – 25 of 49) sorted by relevance

12

/Zephyr-latest/subsys/net/ip/
Dipv6_pe.c91 static bool ipv6_pe_use_this_prefix(const struct in6_addr *prefix) in ipv6_pe_use_this_prefix()
137 const struct in6_addr *prefix) in ipv6_pe_prefix_already_exists()
159 const struct in6_addr *prefix) in ipv6_pe_prefix_remove()
180 const struct in6_addr *prefix, in ipv6_pe_prefix_update_lifetimes()
220 const struct in6_addr *prefix, in gen_temporary_iid()
233 struct in6_addr prefix; in gen_temporary_iid() member
291 void net_ipv6_pe_start(struct net_if *iface, const struct in6_addr *prefix, in net_ipv6_pe_start()
438 struct in6_addr *prefix = user_data; in iface_cb() local
678 struct in6_addr prefix; in renewal_cb() local
Dipv6.c864 const struct in6_addr *prefix, in gen_stable_iid()
878 struct in6_addr prefix; in gen_stable_iid() member
950 const struct in6_addr *prefix, in net_ipv6_addr_generate_iid()
Dicmpv6.h61 uint8_t prefix[NET_IPV6_ADDR_SIZE]; member
69 uint8_t prefix[NET_IPV6_ADDR_SIZE]; member
/Zephyr-latest/tests/lib/heap_align/src/
Dmain.c24 size_t prefix, size_t align, size_t size) in check_heap_align()
78 for (size_t prefix = 0; prefix <= align; prefix += 8) { in ZTEST() local
/Zephyr-latest/scripts/build/
Dgen_kobject_placeholders.py30 def write_define(out_fp, prefix, name, value): argument
Delf_parser.py179 def _object_find_named(self, prefix, cb): argument
/Zephyr-latest/subsys/net/lib/shell/
Dipv6.c60 static void ipv6_pe_filter_cb(struct in6_addr *prefix, bool is_denylist, in ipv6_pe_filter_cb()
112 struct net_if_ipv6_prefix *prefix; in address_lifetime_cb() local
342 struct in6_addr prefix; in cmd_net_ip6_pe() local
Droute.c120 struct in6_addr prefix = {0}; in cmd_net_ip6_route_add() local
171 struct in6_addr prefix = { 0 }; in cmd_net_ip6_route_del() local
Diface.c161 struct net_if_ipv6_prefix *prefix; in iface_cb() local
/Zephyr-latest/subsys/bluetooth/host/classic/
Dat.c66 static bool str_has_prefix(const char *str, const char *prefix) in str_has_prefix()
337 const char *prefix, parse_val_t func, in at_cmd_start()
360 const char *prefix, parse_val_t func, in at_cmd_get_value()
369 const char *prefix, parse_val_t func, in at_cmd_process_value()
381 const char *prefix, parse_val_t func, in at_cmd_state_end_lf()
405 const char *prefix, parse_val_t func, in at_parse_cmd_input()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_gateway.c47 char prefix[CONFIG_LWM2M_GATEWAY_PREFIX_MAX_STR_SIZE]; member
168 char *prefix = device_table[index].prefix; in lwm2m_gw_handle_req() local
/Zephyr-latest/drivers/led_strip/
Dapa102.c59 uint8_t prefix = 0xE0 | 31; in apa102_update_rgb() local
/Zephyr-latest/subsys/net/lib/http/
Dhttp_hpack.c414 uint8_t prefix; in http_hpack_decode_header() local
448 uint8_t prefix, uint8_t n) in hpack_integer_encode()
495 uint8_t prefix = 0; in hpack_string_encode() local
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_common.c53 struct net_if_ipv6_prefix *prefix; in zperf_get_ipv6_addr() local
/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte2.c26 #define INSTANCE_INT_DRIVEN(periph, prefix, i, _) \ argument
29 #define INSTANCE_ASYNC(periph, prefix, i, _) \ argument
32 #define INSTANCE_POLLING(periph, prefix, id, _) \ argument
37 #define INSTANCE_ENHANCED_POLL_OUT(periph, prefix, i, _) \ argument
1072 #define UARTE_DEVICE(periph, prefix, id, _) \ argument
Duart_nrfx_uarte.c46 #define IS_INT_DRIVEN(unused, prefix, i, _) \ argument
55 #define IS_NOT_ASYNC(unused, prefix, i, _) \ argument
64 #define IS_ASYNC(unused, prefix, i, _) \ argument
73 #define IS_HW_ASYNC(unused, prefix, i, _) IS_ENABLED(CONFIG_UART_##prefix##i##_NRF_HW_ASYNC) argument
80 #define IS_ENHANCED_POLL_OUT(unused, prefix, i, _) \ argument
87 #define INSTANCE_PROP(unused, prefix, i, prop) UARTE_PROP(prefix##i, prop) argument
88 #define INSTANCE_PRESENT(unused, prefix, i, prop) 1 argument
101 #define INSTANCE_NEEDS_CACHE_MGMT(unused, prefix, i, prop) UARTE_IS_CACHEABLE(prefix##i) argument
107 #define IS_LOW_POWER(unused, prefix, i, _) IS_ENABLED(CONFIG_UART_##prefix##i##_NRF_ASYNC_LOW_POWER) argument
114 #define INSTANCE_IS_FAST(unused, prefix, idx, _) \ argument
[all …]
Dleuart_gecko.c18 #define CLOCK_ID_PRFX2(prefix, suffix) prefix##suffix argument
19 #define CLOCK_ID_PRFX(prefix, suffix) CLOCK_ID_PRFX2(prefix, suffix) argument
/Zephyr-latest/tests/net/dhcpv6/src/
Dmain.c359 struct in6_addr *prefix, uint8_t prefix_len) in verify_dhcpv6_ia_pd()
958 struct net_if_ipv6_prefix *prefix; in ZTEST() local
1151 struct net_if_ipv6_prefix *prefix; in ZTEST() local
1223 struct net_if_ipv6_prefix *prefix; in ZTEST() local
1256 struct net_if_ipv6_prefix *prefix; in ZTEST() local
/Zephyr-latest/lib/os/
Dcbprintf_nano.c81 char *prefix, *data; in z_cbvprintf_impl() local
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/peripheral/src/
Dutils.c60 static void print_conn_state_transition(const char *prefix, struct bt_conn *conn) in print_conn_state_transition()
/Zephyr-latest/subsys/shell/
Dshell_utils.c500 const char *prefix, in shell_device_internal()
534 const char *prefix) in shell_device_lookup()
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/central/src/
Dutils.c61 static void print_conn_state_transition(const char *prefix, struct bt_conn *conn) in print_conn_state_transition()
/Zephyr-latest/soc/atmel/sam0/common/
Dadc_fixup_sam0.h77 #define ADC_SAM0_CALIB(prefix, val) \ argument
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_link_format.c257 static const char prefix[] = "</"; in format_uri() local
558 char *prefix = "</"; in format_uri() local
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcoverage.py338 def _interleave_list(prefix, list): argument

12