Searched refs:last_seq_no (Results 1 – 2 of 2) sorted by relevance
571 if (msg->seq_no != ++h->last_seq_no) { in recv_msg()574 msg->seq_no, h->last_seq_no); in recv_msg()620 if (h->last_seq_no & 1) { in send_msg()629 msg->seq_no = ++h->last_seq_no; in send_msg()942 h->last_seq_no = 0; in create_msg()1011 if (h->last_seq_no == 0) { /* Authentication START packet */ in tac_send_authen()
167 int last_seq_no; member