Searched refs:ll (Results 1 – 7 of 7) sorted by relevance
| /subsys/bluetooth/controller/ll_sw/shell/ |
| A D | CMakeLists.txt | 4 zephyr_library_sources_ifdef(CONFIG_BT_LL_SW_SPLIT ll.c)
|
| /subsys/net/l2/ieee802154/ |
| A D | ieee802154.c | 253 struct ieee802154_address_field *ll) in swap_and_set_pkt_ll_addr() argument 259 has_pan_id ? ll->plain.addr.ext_addr : ll->comp.addr.ext_addr, in swap_and_set_pkt_ll_addr() 268 UNALIGNED_MEMBER_ADDR(ll, plain.addr.short_addr) : in swap_and_set_pkt_ll_addr() 269 UNALIGNED_MEMBER_ADDR(ll, comp.addr.short_addr)), in swap_and_set_pkt_ll_addr()
|
| /subsys/net/ip/ |
| A D | net_private.h | 285 extern char *net_sprint_ll_addr_buf(const uint8_t *ll, uint8_t ll_len, 360 static inline char *net_sprint_ll_addr(const uint8_t *ll, uint8_t ll_len) in net_sprint_ll_addr() argument 364 return net_sprint_ll_addr_buf(ll, ll_len, (char *)buf, sizeof(buf)); in net_sprint_ll_addr()
|
| A D | utils.c | 96 char *net_sprint_ll_addr_buf(const uint8_t *ll, uint8_t ll_len, in net_sprint_ll_addr_buf() argument 102 if (ll == NULL) { in net_sprint_ll_addr_buf() 122 ptr = net_byte_to_hex(ptr, (char)ll[i], 'A', true); in net_sprint_ll_addr_buf()
|
| A D | net_if.c | 3769 uint8_t *best_so_far, bool ll) in net_if_ipv4_get_best_match() argument 3789 if (net_ipv4_is_ll_addr(&ipv4->unicast[i].ipv4.address.in_addr) != ll) { in net_if_ipv4_get_best_match() 3832 enum net_addr_state addr_state, bool ll) in if_ipv4_get_addr() argument 3857 if (!ll) { in if_ipv4_get_addr() 3861 if (ll) { in if_ipv4_get_addr()
|
| /subsys/bluetooth/mesh/ |
| A D | blob_cli.c | 95 cli->tx.cli_timestamp = 0ll; in cli_state_reset() 875 cli->tx.cli_timestamp = 0ll; in block_start() 881 target->pull->block_report_timestamp = 0ll; in block_start() 1181 target->pull->block_report_timestamp = 0ll; in rx_block_status() 1467 cli->tx.cli_timestamp = 0ll; in blob_cli_init() 1578 cli->tx.cli_timestamp = 0ll; in bt_mesh_blob_cli_suspend()
|
| /subsys/bluetooth/host/shell/ |
| A D | bt.c | 5345 SHELL_CMD(ll-addr, NULL, "<random|public>", cmd_ll_addr_read),
|
Completed in 46 milliseconds