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

/freebsd-9.3-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)) {

Completed in 190 milliseconds