Searched refs:hop (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | lll_chan.h | 7 uint8_t lll_chan_sel_1(uint8_t *chan_use, uint8_t hop, uint16_t latency,
|
D | ull_central.c | 101 uint8_t hop; in ll_create_connection() local 249 lll_csrand_get(&hop, sizeof(uint8_t)); in ll_create_connection() 250 conn_lll->data_chan_hop = 5 + (hop % 12); in ll_create_connection()
|
D | lll_chan.c | 33 uint8_t lll_chan_sel_1(uint8_t *chan_use, uint8_t hop, uint16_t latency, uint8_t *chan_map, in lll_chan_sel_1() argument 38 chan_next = ((*chan_use) + (hop * (1 + latency))) % 37; in lll_chan_sel_1()
|
D | pdu.h | 409 uint8_t hop:5; member 413 uint8_t hop:5; member
|
D | ull_peripheral.c | 158 lll->data_chan_hop = pdu_adv->connect_ind.hop;
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | mesh.rst | 6 The Bluetooth Mesh profile adds secure wireless multi-hop communication for
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv6 | 62 int "Initial IPv6 hop limit value for unicast packets" 67 packet will decrement the value and will drop the packet if the hop 69 transmitting to network if hop limit is 0. 72 int "Initial IPv6 hop limit value for multicast packets" 77 packet will decrement the value and will drop the packet if the hop 79 transmitting to network if hop limit is 0.
|
D | Kconfig | 559 int "Max number of next hop entries stored."
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | heartbeat.rst | 54 the minimum and maximum received hop count.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | eth_bridge_native_sim_setup.rst | 121 IPv6 hop limit : 64 149 IPv6 hop limit : 64
|
/Zephyr-latest/samples/net/capture/ |
D | README.rst | 132 IPv6 hop limit : 64 189 IPv6 hop limit : 64
|
/Zephyr-latest/drivers/dai/intel/ssp/ |
D | ssp.c | 1900 int hop; in dai_ssp_check_dma_control() local 1903 for (int i = 0; i < aux_len; i += hop) { in dai_ssp_check_dma_control() 1919 hop = aux_tlv->size + sizeof(struct ssp_intel_aux_tlv); in dai_ssp_check_dma_control() 1920 aux_ptr += hop; in dai_ssp_check_dma_control() 1928 int hop, i, j; in dai_ssp_parse_tlv() local 1944 for (i = 0; i < aux_len; i += hop) { in dai_ssp_parse_tlv() 2009 hop = aux_tlv->size + sizeof(struct ssp_intel_aux_tlv); in dai_ssp_parse_tlv() 2010 aux_ptr += hop; in dai_ssp_parse_tlv()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.9.rst | 275 * ``ZEP-2306`` - echo server hangs from IPv6 hop-by-hop option anomaly
|
D | release-notes-3.6.rst | 746 * Fixed TTL/hop limit set on DNS packets. 781 * It is now possible to have separate IPv4 TTL value and IPv6 hop limit value for
|
D | migration-guide-3.6.rst | 570 The IPv6 hop limit value is also changed so that unicast and multicast packets can have a
|
D | release-notes-1.14.rst | 182 * :github:`17450` - net: IPv6/UDP datagram with unspecified addr and zero hop limit causes Zephyr t… 380 * :github:`17450` - net: IPv6/UDP datagram with unspecified addr and zero hop limit causes Zephyr t…
|
D | release-notes-2.0.rst | 843 * :github:`17450` - net: IPv6/UDP datagram with unspecified addr and zero hop limit causes Zephyr t…
|
D | release-notes-3.7.rst | 1413 * Fixed IPv6 hop limit handling for multicast packets.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_scan.c | 784 pdu_tx->connect_ind.hop = lll_conn->data_chan_hop;
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_scan.c | 311 pdu_tx->connect_ind.hop = lll_conn->data_chan_hop; in lll_scan_prepare_connect_req()
|