Searched refs:sequence (Results 1 – 16 of 16) sorted by relevance
38 uint32_t sequence; member96 ntohs(icmp_echo->sequence), in handle_ipv6_echo_reply()103 if (ntohs(icmp_echo->sequence) == ping_ctx.count) { in handle_ipv6_echo_reply()173 ntohs(icmp_echo->sequence), in handle_ipv4_echo_reply()177 if (ntohs(icmp_echo->sequence) == ping_ctx.count) { in handle_ipv4_echo_reply()254 ctx->sequence++; in ping_work()256 if (ctx->sequence > ctx->count) { in ping_work()262 if (ctx->sequence < ctx->count) { in ping_work()269 params.sequence = ctx->sequence; in ping_work()
34 uint16_t sequence; member
176 echo_req->sequence = htons(params->sequence); in send_icmpv4_echo_request()300 echo_req->sequence = htons(params->sequence); in send_icmpv6_echo_request()
64 non-repeating port numbers and initial sequence numbers. Due172 sequence number of the last correctly received byte. Upon reception173 of a sequence of acknowledgements for the same sequence number,
102 uint16_t sequence; member
90 if (ieee802154_create_ack_frame(iface, pkt, mpdu->mhr.fs->sequence)) { in ieee802154_acknowledge()113 ctx->ack_seq = fs->sequence; in ieee802154_prepare_for_ack()140 fs->sequence != ctx->ack_seq) { in ieee802154_handle_ack()646 ctx->sequence = sys_rand32_get() & 0xFF; in ieee802154_init()
30 fs->fc.dst_addr_mode, fs->fc.frame_version, fs->fc.src_addr_mode, fs->sequence)687 fs->sequence = ctx->sequence++; in ieee802154_create_data_frame()876 fs->sequence = ctx->sequence++; in ieee802154_create_mac_cmd_frame()924 fs->sequence = seq; in ieee802154_create_ack_frame()
103 uint8_t sequence; member
275 bool "Bluetooth Audio Stream sequence number debug"279 Use this option to enable Bluetooth Audio Stream sequence number debugging logs for281 provides unexpected sequence numbers.
64 bool "RFC 5424 chapter 7.3.1 sequence id field"67 Sequence id parameter tracks the sequence in which the
42 maintain connection sequence and to get status and events. This option
22 bool "Generate detach-attach sequence on DFU detach"
34 bool "Message subscribers will receive all messages in sequence."
269 sequence of settings writes.
766 Please note that Bluetooth Mesh stack stores authentication sequence from1558 This option specifies the sequence number value to start iv update.1841 int "How often the sequence number gets updated in storage"1846 This value defines how often the local sequence number gets1848 means that the sequence number will be stored to flash on every
640 packet sequence number. This will be effective when fragmenting an645 packet sequence numbers do not increment according to the SDU interval
Completed in 37 milliseconds