Home
last modified time | relevance | path

Searched refs:hop (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_chan.h7 uint8_t lll_chan_sel_1(uint8_t *chan_use, uint8_t hop, uint16_t latency,
Dull_central.c101 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()
Dlll_chan.c33 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()
Dpdu.h409 uint8_t hop:5; member
413 uint8_t hop:5; member
Dull_peripheral.c158 lll->data_chan_hop = pdu_adv->connect_ind.hop;
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dmesh.rst6 The Bluetooth Mesh profile adds secure wireless multi-hop communication for
/Zephyr-latest/subsys/net/ip/
DKconfig.ipv662 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.
DKconfig559 int "Max number of next hop entries stored."
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dheartbeat.rst54 the minimum and maximum received hop count.
/Zephyr-latest/doc/connectivity/networking/
Deth_bridge_native_sim_setup.rst121 IPv6 hop limit : 64
149 IPv6 hop limit : 64
/Zephyr-latest/samples/net/capture/
DREADME.rst132 IPv6 hop limit : 64
189 IPv6 hop limit : 64
/Zephyr-latest/drivers/dai/intel/ssp/
Dssp.c1900 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/
Drelease-notes-1.9.rst275 * ``ZEP-2306`` - echo server hangs from IPv6 hop-by-hop option anomaly
Drelease-notes-3.6.rst746 * 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
Dmigration-guide-3.6.rst570 The IPv6 hop limit value is also changed so that unicast and multicast packets can have a
Drelease-notes-1.14.rst182 * :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…
Drelease-notes-2.0.rst843 * :github:`17450` - net: IPv6/UDP datagram with unspecified addr and zero hop limit causes Zephyr t…
Drelease-notes-3.7.rst1413 * Fixed IPv6 hop limit handling for multicast packets.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_scan.c784 pdu_tx->connect_ind.hop = lll_conn->data_chan_hop;
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_scan.c311 pdu_tx->connect_ind.hop = lll_conn->data_chan_hop; in lll_scan_prepare_connect_req()