Searched refs:max_age (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_headers_filter_module.c | 329 time_t now, expires_time, max_age; in ngx_http_set_expires() local 437 max_age = expires_time - now; in ngx_http_set_expires() 442 max_age = expires_time; in ngx_http_set_expires() 447 max_age = expires_time - now; in ngx_http_set_expires() 452 if (conf->expires_time < 0 || max_age < 0) { in ngx_http_set_expires() 463 cc->value.len = ngx_sprintf(cc->value.data, "max-age=%T", max_age) in ngx_http_set_expires()
|
| /f-stack/tools/arp/ |
| H A D | arp.c | 376 int max_age; in set() local 377 size_t len = sizeof(max_age); in set() 381 &max_age, &len, NULL, 0) != 0) in set() 383 expire_time = tp.tv_sec + max_age; in set()
|
| /f-stack/freebsd/netinet/ |
| H A D | if_ether.c | 126 SYSCTL_INT(_net_link_ether_inet, OID_AUTO, max_age, CTLFLAG_VNET | CTLFLAG_RW,
|