Lines Matching defs:age
176 u_int16_t age;
192 /* age LSA before sending it out */
193 memcpy(&age, data, sizeof(age));
194 age = ntohs(age);
195 if ((age += older + iface->transmit_delay) >= MAX_AGE)
196 age = MAX_AGE;
197 if (ibuf_set_n16(buf, ageoff, age) == -1) {
334 * checksum but also the age field. Since we only care about MAX_AGE
340 ntohs(lsa_hdr->age) >= ntohs(le->le_ref->hdr.age)) {
614 if (ntohs(ref->hdr.age) >= MAX_AGE)