Searched refs:is_ipv4 (Results 1 – 3 of 3) sorted by relevance
/third_party/node/src/ |
D | node_url.cc | 62 void ParseIPv4Host(const char* input, size_t length, bool* is_ipv4); 426 void URLHost::ParseIPv4Host(const char* input, size_t length, bool* is_ipv4) { in ParseIPv4Host() argument 428 *is_ipv4 = false; in ParseIPv4Host() 462 *is_ipv4 = true; in ParseIPv4Host() 535 bool is_ipv4; in ParseHost() local 536 ParseIPv4Host(decoded.c_str(), decoded.length(), &is_ipv4); in ParseHost() 537 if (is_ipv4) in ParseHost()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtcpbuffer.h | 627 gboolean gst_rtcp_packet_xr_get_summary_ttl (GstRTCPPacket * packet, gboolean * is_ipv4,
|
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 3279 if (is_ipv4) in gst_rtcp_packet_xr_get_summary_ttl() 3280 *is_ipv4 = (flags == 1); in gst_rtcp_packet_xr_get_summary_ttl()
|