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

/openbsd-current/usr.sbin/ospf6d/
H A Dlsupdate.c317 le->le_ref = ref;
345 if (lsa_hdr->seq_num == le->le_ref->hdr.seq_num &&
346 lsa_hdr->ls_chksum == le->le_ref->hdr.ls_chksum &&
347 ntohs(lsa_hdr->age) >= ntohs(le->le_ref->hdr.age)) {
361 if ((lsa_hdr->type == le->le_ref->hdr.type) &&
362 (lsa_hdr->ls_id == le->le_ref->hdr.ls_id) &&
363 (lsa_hdr->adv_rtr == le->le_ref->hdr.adv_rtr))
424 lsa_cache_put(le->le_ref, nbr);
473 lsa_flood(nbr->iface, nbr, &le->le_ref->hdr,
474 le->le_ref
[all...]
H A Dospfe.h39 #define le_ref le_data.lu_ref macro
/openbsd-current/usr.sbin/ospfd/
H A Dlsupdate.c310 le->le_ref = ref;
338 if (lsa_hdr->seq_num == le->le_ref->hdr.seq_num &&
339 lsa_hdr->ls_chksum == le->le_ref->hdr.ls_chksum &&
340 ntohs(lsa_hdr->age) >= ntohs(le->le_ref->hdr.age)) {
354 if ((lsa_hdr->type == le->le_ref->hdr.type) &&
355 (lsa_hdr->ls_id == le->le_ref->hdr.ls_id) &&
356 (lsa_hdr->adv_rtr == le->le_ref->hdr.adv_rtr))
417 lsa_cache_put(le->le_ref, nbr);
466 lsa_flood(nbr->iface, nbr, &le->le_ref->hdr,
467 le->le_ref
[all...]
H A Dospfe.h39 #define le_ref le_data.lu_ref macro

Completed in 127 milliseconds