Searched defs:ttl (Results 1 - 10 of 10) sorted by relevance

/bionic/libc/kernel/uapi/linux/netfilter_ipv4/
H A Dipt_TTL.h32 __u8 ttl; member in struct:ipt_TTL_info
H A Dipt_ttl.h32 __u8 ttl; member in struct:ipt_ttl_info
/bionic/libc/dns/nameser/
H A Dns_ttl.c104 u_long ttl, tmp; local
107 ttl = 0;
132 ttl += tmp;
141 ttl += tmp;
144 *dst = ttl;
H A Dns_print.c116 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/uapi/linux/netfilter/
H A Dxt_osf.h42 __u32 ttl; member in struct:xt_osf_info
57 __u8 ttl, df; member in struct:xt_osf_user_finger
/bionic/libc/kernel/uapi/linux/
H A Dip.h105 __u8 ttl; member in struct:iphdr
/bionic/libc/dns/resolv/
H A Dres_debug.c201 size_t rdatalen, ttl; local
205 ttl = ns_rr_ttl(rr);
208 (ttl>>16)&0xff, ns_rr_class(rr), ttl&0xffff);
H A Dres_cache.c1019 u_long ttl, rec_result = ns_rr_ttl(rr); local
1036 ttl = ns_get32(rdata);
1037 if (ttl < rec_result) {
1038 rec_result = ttl;
1066 u_long result, ttl; local
1080 ttl = ns_rr_ttl(rr);
1081 if (n == 0 || ttl < result) {
1082 result = ttl;
1705 u_long ttl; local
1754 ttl
[all...]
/bionic/libc/include/netinet/
H A Dip.h187 #define IPDEFTTL 64 /* default ttl, from RFC 1340 */
245 uint8_t ttl; member in struct:iphdr
/bionic/libc/include/arpa/
H A Dnameser.h163 uint32_t ttl; member in struct:__ns_rr
176 u_int ttl; member in struct:__ns_rr2
186 #define ns_rr_ttl(rr) ((u_long)(rr).ttl + 0)

Completed in 90 milliseconds