Searched refs:init_ttl (Results 1 – 2 of 2) sorted by relevance
834 u8_t init_ttl, hops; in trans_heartbeat() local847 init_ttl = (net_buf_simple_pull_u8(buf) & 0x7f); in trans_heartbeat()850 hops = (init_ttl - rx->ctx.recv_ttl + 1); in trans_heartbeat()852 …c 0x%04x TTL %u InitTTL %u (%u hop%s) feat 0x%04x", rx->ctx.addr, rx->ctx.recv_ttl, init_ttl, hops, in trans_heartbeat()
87 u8_t init_ttl; in hb_send() member108 hb.init_ttl = cfg->hb_pub.ttl; in hb_send()
Completed in 9 milliseconds