Home
last modified time | relevance | path

Searched refs:msg_seq (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dprint-olsr.c98 uint8_t msg_seq[2]; member
108 uint8_t msg_seq[2]; member
384 EXTRACT_16BITS(msgptr.v6->msg_seq), in olsr_print()
415 EXTRACT_16BITS(msgptr.v4->msg_seq), in olsr_print()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c1032 u32 msg_seq, msg_off, rkh_off; in wpa_ft_rrb_seq_chk() local
1062 msg_seq = le_to_host32(msg_both->seq); in wpa_ft_rrb_seq_chk()
1064 msg_off = msg_seq - rkh_off; in wpa_ft_rrb_seq_chk()
1070 if (rkh_seq->rx.last[i] == msg_seq) in wpa_ft_rrb_seq_chk()
1102 u32 msg_seq, msg_off, min_off, rkh_off; in wpa_ft_rrb_seq_accept() local
1109 msg_seq = le_to_host32(msg_both->seq); in wpa_ft_rrb_seq_accept()
1112 rkh_seq->rx.last[rkh_seq->rx.num_last] = msg_seq; in wpa_ft_rrb_seq_accept()
1124 rkh_seq->rx.last[rkh_seq->rx.offsetidx] = msg_seq; in wpa_ft_rrb_seq_accept()
4465 u32 msg_dom, msg_seq; in wpa_ft_rrb_rx_seq_resp() local
4524 msg_seq = le_to_host32(msg_both->seq); in wpa_ft_rrb_rx_seq_resp()
[all …]