Searched refs:MAXAGE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_proto.h40 #define MAXAGE 3600 /* 1 hour */ macro
H A Dospf6_lsa.c97 if (ntohs (lsa1->header->age) == MAXAGE &&
98 ntohs (lsa2->header->age) != MAXAGE)
100 if (ntohs (lsa1->header->age) != MAXAGE &&
101 ntohs (lsa2->header->age) == MAXAGE)
146 lsa->birth.tv_sec + MAXAGE - now.tv_sec);
170 /* if over MAXAGE, set to it */
171 if (ulage > MAXAGE)
172 age = MAXAGE;
187 if (age > MAXAGE)
188 age = MAXAGE;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dcommons-httpclient-3.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ...

Completed in 68 milliseconds