Searched refs:ttl_val (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c127 int ttl_val = 0; variable
796 ih->ip_ttl = ttl_val;
1127 if (ttl_val && new_ttl != ttl_val) {
1129 ttl_val, new_ttl);
1133 if (!ttl_val) {
1134 ttl_val = new_ttl;
1136 time_print("Got TTL of %d\n", ttl_val);
1142 if (ttl_val && dlen == (8+20+8+PRGA_LEN)) {
/freebsd-10.0-release/contrib/ldns/
H A Drr.c114 uint32_t ttl_val; local
171 ttl_val = (uint32_t) ldns_str2period(ttl, &endptr);
176 ttl_val = LDNS_DEFAULT_TTL;
178 ttl_val = default_ttl;
313 ldns_rr_set_ttl(new, ttl_val);

Completed in 64 milliseconds