Searched defs:listen_addr (Results 1 – 14 of 14) sorted by relevance
41 const coap_address_t *listen_addr) { in coap_netif_dgrm_listen()159 const coap_address_t *listen_addr) { in coap_netif_strm_listen()
350 const coap_address_t *listen_addr, in coap_socket_bind_udp()462 const coap_address_t *listen_addr, in coap_socket_bind_tcp()
205 const coap_address_t *listen_addr,
84 const coap_address_t *listen_addr, in coap_socket_bind_udp()
147 const coap_address_t *listen_addr,
1844 coap_new_endpoint(coap_context_t *context, const coap_address_t *listen_addr, coap_proto_t proto) { in coap_new_endpoint()
471 coap_new_context(const coap_address_t *listen_addr) { in coap_new_context()
49 coap_address_t listen_addr; in init_coap_server() local
108 struct sockaddr_storage listen_addr, remote_addr; in test_bind() local
122 struct sockaddr_storage listen_addr, remote_addr; in test_bind() local
567 struct sockaddr_in listen_addr; in MHD_W32_pair_of_sockets_() local
52 static struct sockaddr_in listen_addr; variable
104 static struct sockaddr_in listen_addr; variable
153 const char *listen_addr; /* address for accepting client connections */ member