Home
last modified time | relevance | path

Searched defs:listen_addr (Results 1 – 14 of 14) sorted by relevance

/third_party/libcoap/src/
Dcoap_netif.c41 const coap_address_t *listen_addr) { in coap_netif_dgrm_listen()
159 const coap_address_t *listen_addr) { in coap_netif_strm_listen()
Dcoap_io_lwip.c350 const coap_address_t *listen_addr, in coap_socket_bind_udp()
462 const coap_address_t *listen_addr, in coap_socket_bind_tcp()
Dcoap_tcp.c205 const coap_address_t *listen_addr,
Dcoap_io_contiki.c84 const coap_address_t *listen_addr, in coap_socket_bind_udp()
Dcoap_io.c147 const coap_address_t *listen_addr,
Dcoap_session.c1844 coap_new_endpoint(coap_context_t *context, const coap_address_t *listen_addr, coap_proto_t proto) { in coap_new_endpoint()
Dcoap_net.c471 coap_new_context(const coap_address_t *listen_addr) { in coap_new_context()
/third_party/libcoap/examples/contiki/
Dserver.c49 coap_address_t listen_addr; in init_coap_server() local
/third_party/ltp/testcases/kernel/syscalls/bind/
Dbind04.c108 struct sockaddr_storage listen_addr, remote_addr; in test_bind() local
Dbind05.c122 struct sockaddr_storage listen_addr, remote_addr; in test_bind() local
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c567 struct sockaddr_in listen_addr; in MHD_W32_pair_of_sockets_() local
/third_party/libuv/test/
Dbenchmark-pump.c52 static struct sockaddr_in listen_addr; variable
Dbenchmark-multi-accept.c104 static struct sockaddr_in listen_addr; variable
/third_party/mbedtls/programs/test/
Dudp_proxy.c153 const char *listen_addr; /* address for accepting client connections */ member