Home
last modified time | relevance | path

Searched refs:crypt_seqnum (Results 1 – 25 of 36) sorted by relevance

12

/dports/net/frr7/frr-frr-7.5.1/ospfd/
H A Dospf_neighbor.c99 nbr->crypt_seqnum = 0; in ospf_nbr_new()
448 nbr->crypt_seqnum = ospfh->u.crypt.crypt_seqnum; in ospf_nbr_add()
H A Dospf_neighbor.h65 uint32_t crypt_seqnum; /* Cryptographic Sequence Number. */ member
H A Dospf_packet.h91 uint32_t crypt_seqnum; /* Cryptographic Sequence member
H A Dospf_packet.c333 && 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 Dospf_interface.h196 uint32_t crypt_seqnum; /* Cryptographic Sequence Number */ member
H A Dospf_interface.c163 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 Dospf_neighbor.c99 nbr->crypt_seqnum = 0; in ospf_nbr_new()
448 nbr->crypt_seqnum = ospfh->u.crypt.crypt_seqnum; in ospf_nbr_add()
H A Dospf_neighbor.h65 uint32_t crypt_seqnum; /* Cryptographic Sequence Number. */ member
H A Dospf_packet.h91 uint32_t crypt_seqnum; /* Cryptographic Sequence member
H A Dospf_packet.c333 && 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 Dospf_interface.h196 uint32_t crypt_seqnum; /* Cryptographic Sequence Number */ member
H A Dospf_interface.c163 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 Dospf_neighbor.c100 nbr->crypt_seqnum = 0; in ospf_nbr_new()
458 nbr->crypt_seqnum = ospfh->u.crypt.crypt_seqnum; in ospf_nbr_add()
H A Dospf_neighbor.h68 u_int32_t crypt_seqnum; /* Cryptographic Sequence Number. */ member
H A Dospf_packet.h97 u_int32_t crypt_seqnum; /* Cryptographic Sequence Number. */ member
H A Dospf_packet.c349 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 Dospf_interface.c139 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 Dospf_interface.h180 u_int32_t crypt_seqnum; /* Cryptographic Sequence Number */ member
/dports/net/frr7-pythontools/frr-frr-7.5.1/eigrpd/
H A Deigrp_structs.h214 uint32_t crypt_seqnum; /* Cryptographic Sequence Number */ member
275 uint32_t crypt_seqnum; /* Cryptographic Sequence Number. */ member
H A Deigrp_neighbor.c246 nbr->crypt_seqnum = 0; in eigrp_nbr_state_set()
H A Deigrp_packet.c177 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 Deigrp_structs.h214 uint32_t crypt_seqnum; /* Cryptographic Sequence Number */ member
275 uint32_t crypt_seqnum; /* Cryptographic Sequence Number. */ member
H A Deigrp_neighbor.c246 nbr->crypt_seqnum = 0; in eigrp_nbr_state_set()
H A Deigrp_packet.c177 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 Dec_ospf.c84 u_int32_t crypt_seqnum; /* Cryptographic Sequence Number. */ member

12