| /freebsd-src/contrib/unbound/testdata/ |
| H A D | serve_expired_0ttl_nodata.rpl | |
| H A D | serve_expired_0ttl_nxdomain.rpl | |
| H A D | serve_expired_0ttl_servfail.rpl | |
| H A D | rrset_use_cached.rpl | |
| H A D | cachedb_expired_reply_ttl.crpl | |
| H A D | cachedb_expired.crpl | |
| H A D | cachedb_expired_client_timeout.crpl | |
| H A D | ttl_max_negative.rpl | |
| /freebsd-src/contrib/netbsd-tests/ipf/input/ |
| H A D | f13 | 2 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF,FO=0 SYN 7 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP MF ACK 12 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP FO=2 ACK 17 # 1.1.1.1,1024 -> 2.1.1.1,25 TTL=63 TCP DF MF FO=0 SYN 22 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF FO=0 27 # 1.1.1.1 -> 2.1.1.1 TTL=63 TCP DF FO=1 SYN 32 # 1.1.1.1 -> 2.1.1.1 TTL=63 UDP DF MF FO=0 36 # 1.1.1.1,53 -> 2.1.1.1,53 TTL=63 UDP MF FO=0 41 # 1.1.1.1,53 -> 2.1.1.1,53 TTL=63 UDP MF FO=0 46 # 1.1.1.1,53 -> 2.1.1.1,54 TTL=63 UDP MF FO=0 (short) [all …]
|
| H A D | f12 | 1 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF SYN 6 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF ACK 11 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF MF FO=0 ACK 16 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF FO=0 21 # 1.1.1.1 -> 2.1.1.1 TTL=63 TCP DF FO=1 ACK 26 # 1.1.1.1 -> 2.1.1.1 TTL=63 UDP DF MF FO=0 30 # 1.1.1.1,53 -> 2.1.1.1,53 TTL=63 UDP MF FO=0 35 # 1.1.1.1,1 -> 2.1.1.1,1 TTL=63 UDP MF FO=0 40 # 1.1.1.1,53 -> 2.1.1.1,53 TTL=63 UDP MF FO=0
|
| /freebsd-src/contrib/netbsd-tests/ipf/expected/ |
| H A D | i18 | 5 block in ttl 0 from any to any 6 block in ttl 1 from any to any 7 block in ttl 2 from any to any 8 block in ttl 3 from any to any 9 block in ttl 4 from any to any 10 block in ttl 5 from any to any 11 block in ttl 6 from any to any
|
| /freebsd-src/tools/tools/net80211/wesside/dics/ |
| H A D | dics.c | 104 int check_signal(int s, char* ip, unsigned char* ttl, unsigned short* port) { in check_signal() argument 112 unsigned char ttl; in check_signal() member 144 printf("Didn't get ttl! len=%d level=%d type=%d\n", in check_signal() 153 *ttl = ctl.ttl; in check_signal() 160 char* ip, char* ttl, unsigned short *port) { 177 *ttl = iph->ip_ttl; 292 // sending ttl.. in send_stuff() 313 unsigned char ttl = 0; in main() local 396 ip, &ttl, &port)) { in main() 398 printf("Got signal from %s:%d TTL=%d\n", in main() [all …]
|
| /freebsd-src/contrib/unbound/services/cache/ |
| H A D | rrset.c | 132 if( newd->ttl < timenow && timenow <= cached->ttl) in need_to_update_rrset() 146 * do not update the TTL - let it expire. */ in need_to_update_rrset() 147 if(equal && cached->ttl >= timenow && in need_to_update_rrset() 153 if( cached->ttl < timenow ) in need_to_update_rrset() 158 * the NS RRset, but use the cached TTL for the new data, and in need_to_update_rrset() 159 * update to fetch the latest data. ttl is not expired, because in need_to_update_rrset() 163 newd->ttl = cached->ttl; in need_to_update_rrset() 165 if(newd->rr_ttl[i] > newd->ttl) in need_to_update_rrset() [all...] |
| H A D | dns.c | 64 * updated with a new full TTL. 83 time_t ttl, min_ttl = rep->ttl; in store_rrsets() local 117 /* ref was updated; make sure the message ttl is in store_rrsets() 120 /* if deleted, skip ttl update. */ in store_rrsets() 123 ttl = ((struct packed_rrset_data*) in store_rrsets() 124 rep->rrsets[i]->entry.data)->ttl; in store_rrsets() 125 if(ttl < min_ttl) min_ttl = ttl; in store_rrsets() 130 if(min_ttl < rep->ttl) { in msg_cache_remove() 152 time_t ttl = rep->ttl; dns_cache_store_msg() local [all...] |
| H A D | dns.h | 55 /** Allow caching a DNS message with a zero TTL. */ 81 * @param leeway: TTL value, if not 0, other rrsets are considered expired 82 * that many seconds before actual TTL expiry. 85 * can be updated to full TTL even in prefetch situations. 110 * @param leeway: TTL value, if not 0, other rrsets are considered expired 111 * that many seconds before actual TTL expiry. 114 * can be updated to full TTL even in prefetch situations. 136 * @param timenow: the time now, for checking if TTL on cache entries is OK. 157 * @param now: the time now, for check if TTL on cache entry is ok. 251 * prefetch ttl [all...] |
| /freebsd-src/contrib/ldns/ |
| H A D | zone.c | 185 * $TTL, $ORIGIN 188 ldns_zone_new_frm_fp(ldns_zone **z, FILE *fp, const ldns_rdf *origin, uint32_t ttl, ldns_rr_class c) in ldns_zone_new_frm_fp() argument 190 return ldns_zone_new_frm_fp_l(z, fp, origin, ttl, c, NULL); in ldns_zone_new_frm_fp() 206 /* RFC 1035 Section 5.1, says 'Omitted class and TTL values are default in ldns_zone_new_frm_fp_l() 233 /* If ttl came from $TTL line, then it should be the default. in ldns_zone_new_frm_fp_l() 246 /* No $TTL, so ttl "defaults to the in ldns_zone_new_frm_fp_l() 252 /* When ttl is implicit, try to adhere to the rules as in ldns_zone_new_frm_fp_l() 255 * which hashes the TTL too. in ldns_zone_new_frm_fp_l() 262 /* SIG without explicit ttl get ttl in ldns_zone_new_frm_fp_l() 312 /* the function set the ttl */ in ldns_zone_new_frm_fp_l()
|
| /freebsd-src/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | thine,thc63lvd1024.yaml | 16 modes, handling up to two LVDS input streams and up to two digital CMOS/TTL 38 CMOS/TTL port and port@3 shall not contain any endpoint. In dual output 39 mode pixels are output from both CMOS/TTL ports and both port@2 and 53 description: First digital CMOS/TTL parallel output 57 description: Second digital CMOS/TTL parallel output 73 Power supply for the TTL output, TTL CLOCKOUT signal, LVDS input, PLL and
|
| /freebsd-src/contrib/unbound/validator/ |
| H A D | val_kentry.h | 78 /** the TTL of this entry (absolute time) */ 79 time_t ttl; member 171 * @param ttl: what ttl should the key have. relative. 174 * @param now: current time (added to ttl). 178 uint8_t* name, size_t namelen, uint16_t dclass, time_t ttl, 192 * @param now: current time (added to ttl of rrset) 207 * @param ttl: what ttl should the key have. relative. 210 * @param now: current time (added to ttl). 214 uint8_t* name, size_t namelen, uint16_t dclass, time_t ttl,
|
| /freebsd-src/contrib/unbound/cachedb/ |
| H A D | cachedb.c | 173 char* key, uint8_t* data, size_t data_len, time_t ATTR_UNUSED(ttl)) in testframe_store() argument 402 /* We don't store the reply if its TTL is 0 unless serve-expired is in prep_data() 406 if(qstate->return_msg->rep->ttl == 0 && in prep_data() 426 * store that, we also store the smallest ttl in the packet+time(0) in prep_data() 428 /* qstate->return_msg->rep->ttl contains that relative shortest ttl */ in prep_data() 430 expiry = timestamp + (uint64_t)qstate->return_msg->rep->ttl; in prep_data() 470 /* Adjust the TTL of the given RRset by 'subtract'. If 'subtract' is 471 * negative, set the TTL to 0. */ 477 if(subtract >= 0 && data->ttl > subtrac in packed_rrset_ttl_subtract() 509 packed_rrset_ttl_set(struct packed_rrset_data * data,time_t ttl) packed_rrset_ttl_set() argument 522 set_msg_ttl(struct dns_msg * msg,time_t ttl) set_msg_ttl() argument [all...] |
| /freebsd-src/usr.sbin/traceroute/ |
| H A D | traceroute.8 | 71 Note, the IP checksum and the TTL of the quoted packet are not expected to 113 .Va net.inet.ip.ttl 211 internet host by launching UDP probe packets with a small TTL (time to live) 213 We start our probes with a TTL of one and increase by one until we get an ICMP 216 .Va net.inet.ip.ttl 223 flag) are sent at each TTL setting and a line is printed showing the TTL, 256 that forwards packets with a zero TTL (a bug in the distributed version of 287 "time exceeded" messages or send them with a TTL too small to reach us. 293 using whatever TTL remains in the original datagram. 294 Since, for gateways, the remaining TTL is zero, the ICMP "time exceeded" is [all …]
|
| /freebsd-src/usr.sbin/rwhod/ |
| H A D | rwhod.8 | 39 .Op Fl m Op Ar ttl 89 .It Fl m Op Ar ttl 101 .Ar ttl 108 .Ar ttl , 111 .Ar ttl 125 .Ar ttl 130 .Ar ttl
|
| /freebsd-src/contrib/unbound/util/data/ |
| H A D | packed_rrset.h | 56 /** this rrset is SOA and has the negative ttl (from nxdomain or nodata), 57 * this is set on SOA rrsets in the authority section, to keep its TTL separate 60 /** This rrset is considered to have a fixed TTL; its TTL doesn't have to be 239 * name, type, class, ttl, rdlength, rdata. 241 * key.dname, ttl, rr_data[i]. 244 * the ttl value to send changes due to time. 250 /** TTL (in seconds like time()) of the rrset. 252 time_t ttl; 263 /** ttl o 249 time_t ttl; global() member [all...] |
| /freebsd-src/share/man/man4/ |
| H A D | ip.4 | 96 configures the time-to-live (TTL) field in the 108 int ttl = 60; /* max = 255 */ 109 setsockopt(s, IPPROTO_IP, IP_TTL, &ttl, sizeof(ttl)); 122 may be used to set the minimum acceptable TTL a packet must have when 124 All packets with a lower TTL are silently dropped. 321 .Tn TTL 327 .Tn TTL . 466 option changes the time-to-live (TTL) 470 u_char ttl; /* range: 0 to 255, default = 1 */ 471 setsockopt(s, IPPROTO_IP, IP_MULTICAST_TTL, &ttl, sizeof(ttl)); [all …]
|
| /freebsd-src/sbin/ping/tests/ |
| H A D | test_ping.py | 276 ("ttl=[0-9]*", "ttl="), 301 64 bytes from: icmp_seq=0 ttl= time= ms 333 64 bytes from: icmp_seq=0 ttl= time= ms 393 64 bytes from: icmp_seq=0 ttl= time= ms 394 64 bytes from: icmp_seq=1 ttl= time= ms 395 64 bytes from: icmp_seq=2 ttl= time= ms 457 64 bytes from: icmp_seq=0 ttl= time= ms 517 64 bytes from: icmp_seq=0 ttl= time= ms 549 64 bytes from: icmp_seq=0 ttl [all...] |
| /freebsd-src/contrib/ldns/ldns/ |
| H A D | zone.h | 133 * \param[in] ttl default ttl to use 138 ldns_status ldns_zone_new_frm_fp(ldns_zone **z, FILE *fp, const ldns_rdf *origin, uint32_t ttl, ldn… 145 * \param[in] ttl default ttl to use 151 ldns_status ldns_zone_new_frm_fp_l(ldns_zone **z, FILE *fp, const ldns_rdf *origin, uint32_t ttl, l…
|