Lines Matching defs:ads
644 lws_create_adopt_udp2(struct lws *wsi, const char *ads,
652 if (ads && (n < 0 || !r)) {
749 ads ? ads : "null", wsi->c_port,
793 lws_create_adopt_udp(struct lws_vhost *vhost, const char *ads, int port,
802 lwsl_info("%s: %s:%u\n", __func__, ads ? ads : "null", port);
848 n = getaddrinfo(ads, buf, &h, &r);
869 wsi = lws_create_adopt_udp2(wsi, ads, r, 0, NULL);
874 if (ads) {
887 n = lws_async_dns_query(vhost->context, 0, ads,
902 lwsl_debug("%s: udp adopt has no ads\n", __func__);
903 wsi = lws_create_adopt_udp2(wsi, ads, NULL, 0, (void *)ifname);