Lines Matching refs:msg_both
1065 const struct ft_rrb_seq *msg_both; in wpa_ft_rrb_seq_chk() local
1070 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both)); in wpa_ft_rrb_seq_chk()
1072 msg_both = (const struct ft_rrb_seq *) f_seq; in wpa_ft_rrb_seq_chk()
1079 if (le_to_host32(msg_both->dom) != rkh_seq->rx.dom) { in wpa_ft_rrb_seq_chk()
1090 msg_ts_off = le_to_host32(msg_both->ts) - in wpa_ft_rrb_seq_chk()
1096 msg_seq = le_to_host32(msg_both->seq); in wpa_ft_rrb_seq_chk()
1135 const struct ft_rrb_seq *msg_both; in wpa_ft_rrb_seq_accept() local
1140 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both)); in wpa_ft_rrb_seq_accept()
1141 msg_both = (const struct ft_rrb_seq *) f_seq; in wpa_ft_rrb_seq_accept()
1143 msg_seq = le_to_host32(msg_both->seq); in wpa_ft_rrb_seq_accept()
4648 const struct ft_rrb_seq *msg_both; in wpa_ft_rrb_rx_seq_resp() local
4704 sizeof(*msg_both)); in wpa_ft_rrb_rx_seq_resp()
4705 msg_both = (const struct ft_rrb_seq *) f_seq; in wpa_ft_rrb_rx_seq_resp()
4707 msg_dom = le_to_host32(msg_both->dom); in wpa_ft_rrb_rx_seq_resp()
4708 msg_seq = le_to_host32(msg_both->seq); in wpa_ft_rrb_rx_seq_resp()
4709 now_remote.sec = le_to_host32(msg_both->ts); in wpa_ft_rrb_rx_seq_resp()