Home
last modified time | relevance | path

Searched refs:dd_seq_num (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.sbin/ospf6d/
H A Ddatabase.c135 dd_hdr.dd_seq_num = htonl(nbr->dd_seq_num); in send_db_description()
183 ntohl(dd_hdr.dd_seq_num) == nbr->dd_seq_num - nbr->dd_master ? in recv_db_description()
219 nbr->dd_seq_num = ntohl(dd_hdr.dd_seq_num); in recv_db_description()
226 if (ntohl(dd_hdr.dd_seq_num) != nbr->dd_seq_num) { in recv_db_description()
231 nbr->dd_seq_num, ntohl(dd_hdr.dd_seq_num)); in recv_db_description()
284 nbr->dd_seq_num, ntohl(dd_hdr.dd_seq_num)); in recv_db_description()
292 if (ntohl(dd_hdr.dd_seq_num) != nbr->dd_seq_num) { in recv_db_description()
297 nbr->dd_seq_num, ntohl(dd_hdr.dd_seq_num)); in recv_db_description()
304 if (ntohl(dd_hdr.dd_seq_num) != nbr->dd_seq_num + 1) { in recv_db_description()
309 nbr->dd_seq_num, ntohl(dd_hdr.dd_seq_num)); in recv_db_description()
[all …]
H A Dneighbor.c284 nbr->dd_seq_num = arc4random(); /* RFC: some unique value */ in nbr_new()
514 nbr->dd_seq_num++; /* as per RFC */ in nbr_act_eval()
590 nbr->dd_seq_num += arc4random() & 0xffff; in nbr_act_restart_dd()
H A Dospf6.h139 u_int32_t dd_seq_num; member
H A Dospfe.h78 u_int32_t dd_seq_num; member
/openbsd/usr.sbin/ospfd/
H A Ddatabase.c141 dd_hdr.dd_seq_num = htonl(nbr->dd_seq_num); in send_db_description()
189 ntohl(dd_hdr.dd_seq_num) == nbr->dd_seq_num - nbr->dd_master ? in recv_db_description()
232 nbr->dd_seq_num = ntohl(dd_hdr.dd_seq_num); in recv_db_description()
239 if (ntohl(dd_hdr.dd_seq_num) != nbr->dd_seq_num) { in recv_db_description()
244 nbr->dd_seq_num, ntohl(dd_hdr.dd_seq_num)); in recv_db_description()
297 nbr->dd_seq_num, ntohl(dd_hdr.dd_seq_num)); in recv_db_description()
305 if (ntohl(dd_hdr.dd_seq_num) != nbr->dd_seq_num) { in recv_db_description()
310 nbr->dd_seq_num, ntohl(dd_hdr.dd_seq_num)); in recv_db_description()
317 if (ntohl(dd_hdr.dd_seq_num) != nbr->dd_seq_num + 1) { in recv_db_description()
322 nbr->dd_seq_num, ntohl(dd_hdr.dd_seq_num)); in recv_db_description()
[all …]
H A Dneighbor.c282 nbr->dd_seq_num = arc4random(); /* RFC: some unique value */ in nbr_new()
509 nbr->dd_seq_num++; /* as per RFC */ in nbr_act_eval()
587 nbr->dd_seq_num += arc4random() & 0xffff; in nbr_act_restart_dd()
H A Dospf.h163 u_int32_t dd_seq_num; member
H A Dospfe.h77 u_int32_t dd_seq_num; member