Searched refs:last_seq_no (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/lib/libtacplus/
H A Dtaclib_private.h180 int last_seq_no; member in struct:tac_handle
H A Dtaclib.c576 if (msg->seq_no != ++h->last_seq_no) {
579 msg->seq_no, h->last_seq_no);
625 if (h->last_seq_no & 1) {
634 msg->seq_no = ++h->last_seq_no;
995 h->last_seq_no = 0;
1065 if (h->last_seq_no == 0) { /* Authentication START packet */

Completed in 50 milliseconds