Lines Matching defs:age
506 ntohs(db_hdr->age) == MAX_AGE)
1468 lsa->hdr.age = numprefix == 0 ? htons(MAX_AGE) : htons(DEFAULT_AGE);
1594 lsa->hdr.age = numprefix == 0 ? htons(MAX_AGE) : htons(DEFAULT_AGE);
1643 orig_asext_lsa(struct kroute *kr, u_int16_t age)
1666 log_debug("orig_asext_lsa: %s/%d age %d",
1667 log_in6addr(&kr->prefix), kr->prefixlen, age);
1670 lsa->hdr.age = htons(age);
1682 if (age == MAX_AGE) {
1727 lsa->hdr.age = htons(invalid ? MAX_AGE : DEFAULT_AGE);