/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstsdpmessage.c | 207 FREE_STRING (origin->addrtype); in gst_sdp_origin_init() 358 msg->origin.sess_version, msg->origin.nettype, msg->origin.addrtype, in gst_sdp_message_copy() 375 msg->connection.addrtype, msg->connection.address, msg->connection.ttl, in gst_sdp_message_copy() 464 gst_sdp_address_is_multicast (const gchar * nettype, const gchar * addrtype, in gst_sdp_address_is_multicast() argument 509 msg->origin.addrtype && msg->origin.addr) in gst_sdp_message_as_text() 512 msg->origin.sess_version, msg->origin.nettype, msg->origin.addrtype, in gst_sdp_message_as_text() 532 if (msg->connection.nettype && msg->connection.addrtype && in gst_sdp_message_as_text() 535 msg->connection.addrtype, msg->connection.address); in gst_sdp_message_as_text() 537 msg->connection.addrtype, msg->connection.address)) { in gst_sdp_message_as_text() 539 if (strcmp (msg->connection.addrtype, "IP4") == 0) in gst_sdp_message_as_text() [all …]
|
D | gstsdpmessage.h | 77 gchar *addrtype; member 94 gchar *addrtype; member 103 const gchar *addrtype, 357 …an gst_sdp_address_is_multicast (const gchar *nettype, const gchar *addrtype, 375 … const gchar *nettype, const gchar *addrtype, 453 … const gchar *addrtype, const gchar *address, 672 const gchar *addrtype,
|
/third_party/musl/porting/liteos_a/user/src/network/ |
D | netname.c | 4 struct netent *getnetbyaddr(uint32_t net, int addrtype) in getnetbyaddr() argument 12 if (ne->n_net == net && ne->n_addrtype == addrtype) { in getnetbyaddr()
|
/third_party/curl/lib/ |
D | doh.c | 810 CURL_SA_FAMILY_T addrtype; in doh2ai() local 817 addrtype = AF_INET6; in doh2ai() 822 addrtype = AF_INET; in doh2ai() 842 ai->ai_family = addrtype; in doh2ai() 857 addr->sin_family = addrtype; in doh2ai() 866 addr6->sin6_family = addrtype; in doh2ai()
|
/third_party/lwip/src/include/lwip/ |
D | opt.h | 3228 #define LWIP_HOOK_NETCONN_EXTERNAL_RESOLVE(name, addr, addrtype, err) argument
|
/third_party/python/Modules/ |
D | socketmodule.c | 1461 if (a->addrtype == TIPC_ADDR_NAMESEQ) { in makesockaddr() 1463 a->addrtype, in makesockaddr() 1468 } else if (a->addrtype == TIPC_ADDR_NAME) { in makesockaddr() 1470 a->addrtype, in makesockaddr() 1475 } else if (a->addrtype == TIPC_ADDR_ID) { in makesockaddr() 1477 a->addrtype, in makesockaddr() 2076 addr->addrtype = atype; in getsockaddrarg()
|
/third_party/lwip/src/api/ |
D | api_msg.c | 2215 u8_t addrtype = local 2223 API_EXPR_REF(msg->addr), lwip_netconn_do_dns_found, msg, addrtype);
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rfc2327.txt | 1656 nettype space addrtype space 1670 connection-field = ["c=" nettype space addrtype space 1837 addrtype = "IP4" | "IP6" 1971 "proto", "fmt", "att-field", "bwtype", "nettype" and "addrtype". 2116 "addrtype" (Address Type) 2150 "addrtype")
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 2107 if (conn->addrtype == NULL) in gst_rtspsrc_do_stream_connection() 2111 if (strcmp (conn->addrtype, "IP4") == 0) in gst_rtspsrc_do_stream_connection() 2113 else if (strcmp (conn->addrtype, "IP6") == 0) in gst_rtspsrc_do_stream_connection() 2124 gst_sdp_address_is_multicast (conn->nettype, conn->addrtype, in gst_rtspsrc_do_stream_connection() 9920 GST_STR_NULL (conn->addrtype)); in gst_rtspsrc_print_sdp_media() 9977 GST_STR_NULL (msg->origin.addrtype)); in gst_rtspsrc_print_sdp_message() 10006 GST_STR_NULL (msg->connection.addrtype)); in gst_rtspsrc_print_sdp_message()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 3443 origin->nettype, origin->addrtype, origin->addr)); in offer_remove_last_media() 3451 conn->nettype, conn->addrtype, conn->address, conn->ttl, in offer_remove_last_media()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 88391 int addrtype; member
|