Searched defs:listen_addr (Results 1 - 14 of 14) sorted by relevance
/third_party/libcoap/examples/contiki/ |
H A D | server.c | 49 coap_address_t listen_addr; in init_coap_server() local
|
/third_party/libcoap/src/ |
H A D | coap_tcp.c | 204 coap_socket_bind_tcp(coap_socket_t *sock, const coap_address_t *listen_addr, coap_address_t *bound_addr) global() argument
|
H A D | coap_netif.c | 40 coap_netif_dgrm_listen(coap_endpoint_t *endpoint, const coap_address_t *listen_addr) coap_netif_dgrm_listen() argument 158 coap_netif_strm_listen(coap_endpoint_t *endpoint, const coap_address_t *listen_addr) coap_netif_strm_listen() argument
|
H A D | coap_io_contiki.c | 83 coap_socket_bind_udp(coap_socket_t *sock, const coap_address_t *listen_addr, coap_address_t *bound_addr) coap_socket_bind_udp() argument
|
H A D | coap_io_lwip.c | 349 coap_socket_bind_udp(coap_socket_t *sock, const coap_address_t *listen_addr, coap_address_t *bound_addr) coap_socket_bind_udp() argument 461 coap_socket_bind_tcp(coap_socket_t *sock, const coap_address_t *listen_addr, coap_address_t *bound_addr) coap_socket_bind_tcp() argument
|
H A D | coap_io.c | 146 coap_socket_bind_udp(coap_socket_t *sock, const coap_address_t *listen_addr, coap_address_t *bound_addr) global() argument
|
H A D | coap_session.c | 1844 coap_new_endpoint(coap_context_t *context, const coap_address_t *listen_addr, coap_proto_t proto) { in coap_new_endpoint() argument
|
H A D | coap_net.c | 471 coap_new_context(const coap_address_t *listen_addr) { in coap_new_context() argument
|
/third_party/ltp/testcases/kernel/syscalls/bind/ |
H A D | bind05.c | 122 struct sockaddr_storage listen_addr, remote_addr; in test_bind() local
|
H A D | bind04.c | 108 struct sockaddr_storage listen_addr, remote_addr; in test_bind() local
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A D | w32functions.c | 567 struct sockaddr_in listen_addr; in MHD_W32_pair_of_sockets_() local
|
/third_party/libuv/test/ |
H A D | benchmark-multi-accept.c | 104 static struct sockaddr_in listen_addr; variable
|
H A D | benchmark-pump.c | 52 static struct sockaddr_in listen_addr; variable
|
/third_party/mbedtls/programs/test/ |
H A D | udp_proxy.c | 140 const char *listen_addr; /* address for accepting client connections */ member
|
Completed in 17 milliseconds