Home
last modified time | relevance | path

Searched refs:bound_addr (Results 1 – 7 of 7) sorted by relevance

/third_party/libcoap/src/
Dcoap_tcp.c206 coap_address_t *bound_addr) { argument
278 bound_addr->size = (socklen_t)sizeof(*bound_addr);
279 if (getsockname(sock->fd, &bound_addr->addr.sa, &bound_addr->size) < 0) {
Dcoap_io_contiki.c85 coap_address_t *bound_addr) { in coap_socket_bind_udp() argument
101 uip_ipaddr_copy(&bound_addr->addr, &addr->ipaddr); in coap_socket_bind_udp()
102 bound_addr->port = sock->udp_conn->lport; in coap_socket_bind_udp()
Dcoap_io_lwip.c351 coap_address_t *bound_addr) { in coap_socket_bind_udp() argument
369 *bound_addr = l_listen; in coap_socket_bind_udp()
463 coap_address_t *bound_addr) { in coap_socket_bind_tcp() argument
466 (void)bound_addr; in coap_socket_bind_tcp()
Dcoap_io.c148 coap_address_t *bound_addr) { argument
233 bound_addr->size = (socklen_t)sizeof(*bound_addr);
234 if (getsockname(sock->fd, &bound_addr->addr.sa, &bound_addr->size) < 0) {
241 bound_addr->addr.sa.sa_family == AF_INET6) {
242 bound_addr->addr.sin6.sin6_scope_id =
244 bound_addr->addr.sin6.sin6_flowinfo = 0;
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnettimeprovider.c304 GSocketAddress *socket_addr, *bound_addr; in gst_net_time_provider_start() local
341 bound_addr = g_socket_get_local_address (socket, NULL); in gst_net_time_provider_start()
342 port = g_inet_socket_address_get_port (G_INET_SOCKET_ADDRESS (bound_addr)); in gst_net_time_provider_start()
344 g_inet_socket_address_get_address (G_INET_SOCKET_ADDRESS (bound_addr)); in gst_net_time_provider_start()
362 g_object_unref (bound_addr); in gst_net_time_provider_start()
/third_party/libcoap/include/coap3/
Dcoap_tcp_internal.h84 coap_address_t *bound_addr);
Dcoap_io_internal.h97 coap_address_t *bound_addr);