Lines Matching refs:netkey_index

157 static void mesh_lower_transport_incoming_send_ack(uint16_t netkey_index, uint8_t ttl, uint16_t des…  in mesh_lower_transport_incoming_send_ack()  argument
168 const mesh_network_key_t * network_key = mesh_network_key_list_get(netkey_index); in mesh_lower_transport_incoming_send_ack()
177 …mesh_network_setup_pdu(network_pdu, netkey_index, network_key->nid, 1, ttl, mesh_sequence_number_n… in mesh_lower_transport_incoming_send_ack()
187 uint16_t netkey_index = segmented_pdu->netkey_index; in mesh_lower_transport_incoming_send_ack_for_segmented_pdu() local
190 … segmented_pdu, netkey_index, ttl, seq_zero, mesh_node_get_primary_element_address(), dest); in mesh_lower_transport_incoming_send_ack_for_segmented_pdu()
192 …mesh_lower_transport_incoming_send_ack(netkey_index, ttl, dest, seq_zero, segmented_pdu->block_ack… in mesh_lower_transport_incoming_send_ack_for_segmented_pdu()
198 uint16_t netkey_index = network_pdu->netkey_index; in mesh_lower_transport_incoming_send_ack_for_network_pdu() local
201 network_pdu, netkey_index, ttl, seq_zero, mesh_node_get_primary_element_address(), dest); in mesh_lower_transport_incoming_send_ack_for_network_pdu()
203 mesh_lower_transport_incoming_send_ack(netkey_index, ttl, dest, seq_zero, block_ack); in mesh_lower_transport_incoming_send_ack_for_network_pdu()
342 pdu->netkey_index = network_pdu->netkey_index; in mesh_lower_transport_incoming_pdu_for_segmented_message()
645 …mesh_network_setup_pdu(network_pdu, message_pdu->netkey_index, nid, 0, ttl, seq, src, dest, lower_… in mesh_lower_transport_outgoing_setup_segment()