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