Searched refs:crypt_seqnum (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_neighbor.h66 u_int32_t crypt_seqnum; /* Cryptographic Sequence Number. */ member in struct:ospf_neighbor
H A Dospf_packet.h96 u_int32_t crypt_seqnum; /* Cryptographic Sequence Number. */ member in struct:ospf_header::__anon7639::__anon7640
H A Dospf_interface.h132 u_int32_t crypt_seqnum; /* Cryptographic Sequence Number */ member in struct:ospf_interface
H A Dospf_neighbor.c80 nbr->crypt_seqnum = 0;
H A Dospf_packet.c280 if (nbr && ntohl(nbr->crypt_seqnum) >= ntohl(ospfh->u.crypt.crypt_seqnum))
293 /* save neighbor's crypt_seqnum */
295 nbr->crypt_seqnum = ospfh->u.crypt.crypt_seqnum;
321 ospfh->u.crypt.crypt_seqnum = htonl (oi->crypt_seqnum++);
759 nbr->crypt_seqnum = ospfh->u.crypt.crypt_seqnum;
H A Dospf_interface.c121 oi->crypt_seqnum = 0;
251 oi->crypt_seqnum = 0;
H A Dospf_nsm.c773 nbr->crypt_seqnum = 0;
H A Dospf_dump.c663 (u_long)ntohl (ospfh->u.crypt.crypt_seqnum));

Completed in 196 milliseconds