Searched refs:last_seq_no (Results 1 – 2 of 2) sorted by relevance
572 if (msg->seq_no != ++h->last_seq_no) { in recv_msg()575 msg->seq_no, h->last_seq_no); in recv_msg()621 if (h->last_seq_no & 1) { in send_msg()630 msg->seq_no = ++h->last_seq_no; in send_msg()943 h->last_seq_no = 0; in create_msg()1012 if (h->last_seq_no == 0) { /* Authentication START packet */ in tac_send_authen()
167 int last_seq_no; member