/dports/net/frr7/frr-frr-7.5.1/ospfd/ |
H A D | ospf_neighbor.c | 99 nbr->crypt_seqnum = 0; in ospf_nbr_new() 448 nbr->crypt_seqnum = ospfh->u.crypt.crypt_seqnum; in ospf_nbr_add()
|
H A D | ospf_neighbor.h | 65 uint32_t crypt_seqnum; /* Cryptographic Sequence Number. */ member
|
H A D | ospf_packet.h | 91 uint32_t crypt_seqnum; /* Cryptographic Sequence member
|
H A D | ospf_packet.c | 333 && ntohl(nbr->crypt_seqnum) > ntohl(ospfh->u.crypt.crypt_seqnum)) { in ospf_check_md5_digest() 337 IF_NAME(oi), ntohl(ospfh->u.crypt.crypt_seqnum), in ospf_check_md5_digest() 338 ntohl(nbr->crypt_seqnum)); in ospf_check_md5_digest() 369 nbr->crypt_seqnum = ospfh->u.crypt.crypt_seqnum; in ospf_check_md5_digest() 402 if (t > oi->crypt_seqnum) in ospf_make_md5_digest() 403 oi->crypt_seqnum = t; in ospf_make_md5_digest() 405 oi->crypt_seqnum++; in ospf_make_md5_digest() 407 ospfh->u.crypt.crypt_seqnum = htonl(oi->crypt_seqnum); in ospf_make_md5_digest()
|
H A D | ospf_interface.h | 196 uint32_t crypt_seqnum; /* Cryptographic Sequence Number */ member
|
H A D | ospf_interface.c | 163 oi->crypt_seqnum = 0; in ospf_if_reset_variables() 265 oi->crypt_seqnum = time(NULL); in ospf_if_new() 317 oi->crypt_seqnum = 0; in ospf_if_cleanup()
|
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospfd/ |
H A D | ospf_neighbor.c | 99 nbr->crypt_seqnum = 0; in ospf_nbr_new() 448 nbr->crypt_seqnum = ospfh->u.crypt.crypt_seqnum; in ospf_nbr_add()
|
H A D | ospf_neighbor.h | 65 uint32_t crypt_seqnum; /* Cryptographic Sequence Number. */ member
|
H A D | ospf_packet.h | 91 uint32_t crypt_seqnum; /* Cryptographic Sequence member
|
H A D | ospf_packet.c | 333 && ntohl(nbr->crypt_seqnum) > ntohl(ospfh->u.crypt.crypt_seqnum)) { in ospf_check_md5_digest() 337 IF_NAME(oi), ntohl(ospfh->u.crypt.crypt_seqnum), in ospf_check_md5_digest() 338 ntohl(nbr->crypt_seqnum)); in ospf_check_md5_digest() 369 nbr->crypt_seqnum = ospfh->u.crypt.crypt_seqnum; in ospf_check_md5_digest() 402 if (t > oi->crypt_seqnum) in ospf_make_md5_digest() 403 oi->crypt_seqnum = t; in ospf_make_md5_digest() 405 oi->crypt_seqnum++; in ospf_make_md5_digest() 407 ospfh->u.crypt.crypt_seqnum = htonl(oi->crypt_seqnum); in ospf_make_md5_digest()
|
H A D | ospf_interface.h | 196 uint32_t crypt_seqnum; /* Cryptographic Sequence Number */ member
|
H A D | ospf_interface.c | 163 oi->crypt_seqnum = 0; in ospf_if_reset_variables() 265 oi->crypt_seqnum = time(NULL); in ospf_if_new() 317 oi->crypt_seqnum = 0; in ospf_if_cleanup()
|
/dports/net/quagga/quagga-1.2.4/ospfd/ |
H A D | ospf_neighbor.c | 100 nbr->crypt_seqnum = 0; in ospf_nbr_new() 458 nbr->crypt_seqnum = ospfh->u.crypt.crypt_seqnum; in ospf_nbr_add()
|
H A D | ospf_neighbor.h | 68 u_int32_t crypt_seqnum; /* Cryptographic Sequence Number. */ member
|
H A D | ospf_packet.h | 97 u_int32_t crypt_seqnum; /* Cryptographic Sequence Number. */ member
|
H A D | ospf_packet.c | 349 if (nbr && ntohl(nbr->crypt_seqnum) > ntohl(ospfh->u.crypt.crypt_seqnum)) in ospf_check_md5_digest() 353 ntohl(ospfh->u.crypt.crypt_seqnum), in ospf_check_md5_digest() 354 ntohl(nbr->crypt_seqnum)); in ospf_check_md5_digest() 375 nbr->crypt_seqnum = ospfh->u.crypt.crypt_seqnum; in ospf_check_md5_digest() 404 if (t > oi->crypt_seqnum) in ospf_make_md5_digest() 405 oi->crypt_seqnum = t; in ospf_make_md5_digest() 407 oi->crypt_seqnum++; in ospf_make_md5_digest() 409 ospfh->u.crypt.crypt_seqnum = htonl (oi->crypt_seqnum); in ospf_make_md5_digest()
|
H A D | ospf_interface.c | 139 oi->crypt_seqnum = 0; in ospf_if_reset_variables() 265 oi->crypt_seqnum = time (NULL); in ospf_if_new() 313 oi->crypt_seqnum = 0; in ospf_if_cleanup()
|
H A D | ospf_interface.h | 180 u_int32_t crypt_seqnum; /* Cryptographic Sequence Number */ member
|
/dports/net/frr7-pythontools/frr-frr-7.5.1/eigrpd/ |
H A D | eigrp_structs.h | 214 uint32_t crypt_seqnum; /* Cryptographic Sequence Number */ member 275 uint32_t crypt_seqnum; /* Cryptographic Sequence Number. */ member
|
H A D | eigrp_neighbor.c | 246 nbr->crypt_seqnum = 0; in eigrp_nbr_state_set()
|
H A D | eigrp_packet.c | 177 if (ntohl(nbr->crypt_seqnum) > ntohl(authTLV->key_sequence)) { in eigrp_check_md5_digest() 181 ntohl(nbr->crypt_seqnum)); in eigrp_check_md5_digest() 244 nbr->crypt_seqnum = authTLV->key_sequence; in eigrp_check_md5_digest()
|
/dports/net/frr7/frr-frr-7.5.1/eigrpd/ |
H A D | eigrp_structs.h | 214 uint32_t crypt_seqnum; /* Cryptographic Sequence Number */ member 275 uint32_t crypt_seqnum; /* Cryptographic Sequence Number. */ member
|
H A D | eigrp_neighbor.c | 246 nbr->crypt_seqnum = 0; in eigrp_nbr_state_set()
|
H A D | eigrp_packet.c | 177 if (ntohl(nbr->crypt_seqnum) > ntohl(authTLV->key_sequence)) { in eigrp_check_md5_digest() 181 ntohl(nbr->crypt_seqnum)); in eigrp_check_md5_digest() 244 nbr->crypt_seqnum = authTLV->key_sequence; in eigrp_check_md5_digest()
|
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/dissectors/ |
H A D | ec_ospf.c | 84 u_int32_t crypt_seqnum; /* Cryptographic Sequence Number. */ member
|