Searched refs:auth_seq (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/ripd/
H A Drip.h80 u_int32_t auth_seq; member in struct:md5_auth
H A Dauth.c127 if (ntohl(a->auth_seq) < nbr->auth_seq_num) {
133 if (ntohl(a->auth_seq) < nbr_failed->auth_seq_num &&
134 ntohl(a->auth_seq)) {
178 *crypt_seq_num = ntohl(a->auth_seq);
220 a.auth_seq = htonl(auth_get_seq_num(md));
/openbsd-current/usr.sbin/tcpdump/
H A Dospf.h227 uint32_t auth_seq; member in struct:ospf_md5_authdata
H A Dprint-ospf.c564 printf(" seq %u", ntohl(auth.auth_seq));

Completed in 118 milliseconds