Home
last modified time | relevance | path

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

12

/Zephyr-latest/tests/subsys/logging/log_msg/src/
Dmain.c465 static const char *prefix = "prefix"; in ZTEST() local
505 static const char *prefix = "prefix"; in ZTEST() local
/Zephyr-latest/tests/net/ipv6/src/
Dmain.c810 struct net_if_ipv6_prefix *prefix; in ZTEST() local
832 struct in6_addr prefix = { { { 0x20, 1, 0x0d, 0xb8, 43, 0, 0, 0, in ZTEST() local
2172 static bool is_pe_address_found(struct net_if *iface, struct in6_addr *prefix) in is_pe_address_found()
2202 struct in6_addr prefix = { { { 0x3f, 0xfe, 0x05, 0x07, 0, 0, 0, 1, in get_pe_addresses() local
2236 struct in6_addr prefix = { { { 0x3f, 0xfe, 0x05, 0x07, 0, 0, 0, 1, in ZTEST() local
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcoverage.py398 def _interleave_list(prefix, list): argument
/Zephyr-latest/subsys/retention/
Dretention.c58 uint8_t prefix[]; member
/Zephyr-latest/drivers/spi/
Dspi_nrfx_spis.c454 #define SPIS_DEVICE(periph, prefix, id, _) \ argument
/Zephyr-latest/tests/subsys/settings/functional/src/
Dsettings_basic_test.c552 const char *prefix = filtered_loader_settings.name; in ZTEST() local
/Zephyr-latest/include/zephyr/
Dsw_isr_table.h194 #define _MK_ISR_SECTION_NAME(prefix, file, counter) \ argument
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c31 uint8_t prefix[2]; member
/Zephyr-latest/subsys/net/ip/
Dipv6.h593 const struct in6_addr *prefix, in net_ipv6_pe_start()
Dnet_if.c2663 struct in6_addr *prefix, in ipv6_prefix_find()
2704 struct in6_addr *prefix, in net_if_ipv6_prefix_add()
2820 struct net_if_ipv6_prefix *prefix = NULL; in net_if_ipv6_prefix_get() local
2862 struct net_if_ipv6_prefix *prefix = NULL; in net_if_ipv6_prefix_lookup() local
2931 void net_if_ipv6_prefix_set_timer(struct net_if_ipv6_prefix *prefix, in net_if_ipv6_prefix_set_timer()
2944 void net_if_ipv6_prefix_unset_timer(struct net_if_ipv6_prefix *prefix) in net_if_ipv6_prefix_unset_timer()
3211 struct net_if_ipv6_prefix *prefix; in net_if_ipv6_select_src_addr_hint() local
D6lo.c27 struct in6_addr prefix; member
Dipv6_nbr.c2175 struct net_if_ipv6_prefix *prefix; in handle_prefix_onlink() local
Dtcp.c1034 static const char *tcp_state_to_str(enum tcp_state state, bool prefix) in tcp_state_to_str()
/Zephyr-latest/include/zephyr/net/
Dnet_event.h449 struct in6_addr prefix; member
Dnet_if.h197 struct in6_addr prefix; member
341 struct net_if_ipv6_prefix prefix[NET_IF_MAX_IPV6_PREFIX]; member
445 struct in6_addr prefix; member
1804 static inline void net_if_ipv6_prefix_set_lf(struct net_if_ipv6_prefix *prefix, in net_if_ipv6_prefix_set_lf()
/Zephyr-latest/subsys/net/lib/dhcpv6/
Ddhcpv6_internal.h110 struct in6_addr prefix; member
/Zephyr-latest/tests/net/iface/src/
Dmain.c951 const struct in6_addr prefix = { { { 0x20, 0x01, 0x1b, 0x98, 0x24, 0xb8, 0x7e, 0xbb, in ZTEST() local
1341 const struct in6_addr prefix = { { { 0x20, 0x01, 0x1b, 0x98, 0x24, 0xb8, 0x7e, 0xbb, in generate_iid() local
/Zephyr-latest/drivers/serial/
Duart_pl011.c577 #define COMPAT_SPECIFIC_FUNC_NAME(prefix, name) _CONCAT(_CONCAT(prefix, name), _) argument
/Zephyr-latest/subsys/logging/
Dlog_output.c707 static const char prefix[] = DROPPED_COLOR_PREFIX "--- "; in log_output_dropped_process() local
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c1374 static const struct ztest_suite_node *suite_lookup(size_t idx, const char *prefix) in suite_lookup()
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_uac2_macros.h118 #define DESCRIPTOR_NAME(prefix, node) uac2_## prefix ## _ ## node argument
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c5081 static int aes_test(const char *prefix, const uint8_t *in_key, const uint8_t *m, in aes_test()
5142 static int sign_test(const char *prefix, const uint8_t *sign_key, const uint8_t *m, in sign_test()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_vs.h431 uint8_t prefix; member
/Zephyr-latest/drivers/modem/
Dhl7800.c51 #define PREFIXED_SWITCH_CASE_RETURN_STRING(prefix, val) \ argument

12