Home
last modified time | relevance | path

Searched refs:auth_seq_num (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/ripd/
H A Dripe.h50 u_int32_t auth_seq_num; member
65 u_int32_t auth_seq_num; member
H A Dauth.c127 if (ntohl(a->auth_seq) < nbr->auth_seq_num) { in auth_validate()
133 if (ntohl(a->auth_seq) < nbr_failed->auth_seq_num && in auth_validate()
H A Dneighbor.c282 nbr_failed->auth_seq_num = nbr->auth_seq_num; in nbr_failed_new()
H A Dpacket.c208 nbr->auth_seq_num = auth_crypt_num; in recv_packet()