Searched refs:ttl (Results 1 - 10 of 10) sorted by relevance
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
H A D | ipt_TTL.h | 31 u_int8_t ttl; member in struct:ipt_TTL_info
|
/bionic/libc/netbsd/nameser/ |
H A D | ns_ttl.c | 102 u_long ttl, tmp; local 105 ttl = 0; 130 ttl += tmp; 139 ttl += tmp; 141 *dst = ttl;
|
H A D | ns_parse.c | 177 rr->ttl = 0; 183 NS_GET32(rr->ttl, handle->_msg_ptr);
|
H A D | ns_print.c | 107 * ns_sprintrrf(msg, msglen, name, class, type, ttl, rdata, rdlen, 116 u_long ttl, const u_char *rdata, size_t rdlen, 156 T(x = ns_format_ttl(ttl, buf, buflen)); 114 ns_sprintrrf(const u_char *msg, size_t msglen, const char *name, ns_class class, ns_type type, u_long ttl, const u_char *rdata, size_t rdlen, const char *name_ctx, const char *origin, char *buf, size_t buflen) argument
|
/bionic/libc/kernel/common/linux/ |
H A D | wanrouter.h | 175 unsigned char ttl; member in struct:wandev_conf 364 unsigned char ttl; member in struct:wanif_conf
|
H A D | ip.h | 102 __u8 ttl; member in struct:iphdr
|
/bionic/libc/netbsd/resolv/ |
H A D | res_cache.c | 1036 u_long ttl, rec_result = ns_rr_ttl(rr); local 1053 ttl = ns_get32(rdata); 1054 if (ttl < rec_result) { 1055 rec_result = ttl; 1083 u_long result, ttl; local 1097 ttl = ns_rr_ttl(rr); 1098 if (n == 0 || ttl < result) { 1099 result = ttl; 1730 u_long ttl; local 1773 ttl [all...] |
H A D | res_debug.c | 203 u_int32_t ttl = ns_rr_ttl(rr); local 206 (ttl>>16)&0xff, ns_rr_class(rr), ttl&0xffff);
|
/bionic/libc/include/netinet/ |
H A D | ip.h | 187 #define IPDEFTTL 64 /* default ttl, from RFC 1340 */ 245 uint8_t ttl; member in struct:iphdr
|
/bionic/libc/private/ |
H A D | arpa_nameser.h | 138 uint32_t ttl; member in struct:__ns_rr 147 #define ns_rr_ttl(rr) ((u_long)(rr).ttl + 0)
|
Completed in 4084 milliseconds