Lines Matching refs:ttl
67 "ttl=<ttl value> "
93 "ttl",
215 uint32_t ttl = DEFAULT_TTL;
312 if (pa_modargs_get_value_u32(ma, "ttl", &ttl) < 0 || ttl < 1 || ttl > 0xFF) {
313 pa_log("ttl= expects a numerical argument between 1 and 255.");
418 if (ttl != DEFAULT_TTL) {
419 int _ttl = (int) ttl;
442 pa_proplist_setf(data.proplist, "rtp.ttl", "%lu", (unsigned long) ttl);
508 pa_log_info("RTP stream initialized with mtu %u on %s:%u from %s ttl=%u, payload=%u",
509 mtu, dst_addr, port, src_addr, ttl, payload);