Searched refs:max_ttl (Results 1 – 5 of 5) sorted by relevance
/third_party/toybox/toys/pending/ |
D | traceroute.c | 52 long max_ttl; 207 for (ttl = TT.first_ttl; ttl <= TT.max_ttl; ++ttl) { in do_trace() 592 if(TT.first_ttl > TT.max_ttl) in traceroute_main() 593 error_exit("ERROR :Range for -f is 1 to %ld (max ttl)", TT.max_ttl); in traceroute_main() 631 xprintf(", %ld hops max, %u byte packets\n", TT.max_ttl, TT.msg_len); in traceroute_main()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtcpbuffer.h | 628 guint8 * min_ttl, guint8 * max_ttl,
|
D | gstrtcpbuffer.c | 3259 gboolean * is_ipv4, guint8 * min_ttl, guint8 * max_ttl, guint8 * mean_ttl, in gst_rtcp_packet_xr_get_summary_ttl() argument 3287 if (max_ttl) in gst_rtcp_packet_xr_get_summary_ttl() 3288 *max_ttl = data[1]; in gst_rtcp_packet_xr_get_summary_ttl()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtp.c | 1556 guint8 min_ttl, max_ttl, mean_ttl, dev_ttl; in GST_START_TEST() local 1603 &max_ttl, &mean_ttl, &dev_ttl)); in GST_START_TEST() 1606 fail_unless_equals_int (max_ttl, rtcp_pkt[45]); in GST_START_TEST()
|
/third_party/toybox/generated/ |
D | globals.h | 979 long max_ttl; member
|