Lines Matching refs:LWIP_ERROR
527 LWIP_ERROR("mdns_build_reverse_v4_domain: Failed to add label", (res == ERR_OK), return res); in mdns_build_reverse_v4_domain()
530 LWIP_ERROR("mdns_build_reverse_v4_domain: Failed to add label", (res == ERR_OK), return res); in mdns_build_reverse_v4_domain()
532 LWIP_ERROR("mdns_build_reverse_v4_domain: Failed to add label", (res == ERR_OK), return res); in mdns_build_reverse_v4_domain()
534 LWIP_ERROR("mdns_build_reverse_v4_domain: Failed to add label", (res == ERR_OK), return res); in mdns_build_reverse_v4_domain()
571 LWIP_ERROR("mdns_build_reverse_v6_domain: Failed to add label", (res == ERR_OK), return res); in mdns_build_reverse_v6_domain()
576 LWIP_ERROR("mdns_build_reverse_v6_domain: Failed to add label", (res == ERR_OK), return res); in mdns_build_reverse_v6_domain()
578 LWIP_ERROR("mdns_build_reverse_v6_domain: Failed to add label", (res == ERR_OK), return res); in mdns_build_reverse_v6_domain()
580 LWIP_ERROR("mdns_build_reverse_v6_domain: Failed to add label", (res == ERR_OK), return res); in mdns_build_reverse_v6_domain()
592 LWIP_ERROR("mdns_add_dotlocal: Failed to add label", (res == ERR_OK), return res); in mdns_add_dotlocal()
608 LWIP_ERROR("mdns_build_host_domain: mdns != NULL", (mdns != NULL), return ERR_VAL); in mdns_build_host_domain()
610 LWIP_ERROR("mdns_build_host_domain: Failed to add label", (res == ERR_OK), return res); in mdns_build_host_domain()
626 LWIP_ERROR("mdns_build_dnssd_domain: Failed to add label", (res == ERR_OK), return res); in mdns_build_dnssd_domain()
628 LWIP_ERROR("mdns_build_dnssd_domain: Failed to add label", (res == ERR_OK), return res); in mdns_build_dnssd_domain()
630 LWIP_ERROR("mdns_build_dnssd_domain: Failed to add label", (res == ERR_OK), return res); in mdns_build_dnssd_domain()
651 LWIP_ERROR("mdns_build_service_domain: Failed to add label", (res == ERR_OK), return res); in mdns_build_service_domain()
654 LWIP_ERROR("mdns_build_service_domain: Failed to add label", (res == ERR_OK), return res); in mdns_build_service_domain()
656 LWIP_ERROR("mdns_build_service_domain: Failed to add label", (res == ERR_OK), return res); in mdns_build_service_domain()
2066 LWIP_ERROR("mdns_resp_add_netif: netif != NULL", (netif != NULL), return ERR_VAL); in mdns_resp_add_netif()
2067 …LWIP_ERROR("mdns_resp_add_netif: Hostname too long", (strlen(hostname) <= MDNS_LABEL_MAXLEN), retu… in mdns_resp_add_netif()
2071 LWIP_ERROR("mdns_resp_add_netif: Alloc failed", (mdns != NULL), return ERR_MEM); in mdns_resp_add_netif()
2120 LWIP_ERROR("mdns_resp_remove_netif: Not an active netif", (mdns != NULL), return ERR_VAL); in mdns_resp_remove_netif()
2163 LWIP_ERROR("mdns_resp_rename_netif: netif != NULL", (netif != NULL), return ERR_VAL); in mdns_resp_rename_netif()
2164 …LWIP_ERROR("mdns_resp_rename_netif: Hostname too long", (len <= MDNS_LABEL_MAXLEN), return ERR_VAL… in mdns_resp_rename_netif()
2166 LWIP_ERROR("mdns_resp_rename_netif: Not an mdns netif", (mdns != NULL), return ERR_VAL); in mdns_resp_rename_netif()
2202 LWIP_ERROR("mdns_resp_add_service: Not an mdns netif", (mdns != NULL), return ERR_VAL); in mdns_resp_add_service()
2204 …LWIP_ERROR("mdns_resp_add_service: Name too long", (strlen(name) <= MDNS_LABEL_MAXLEN), return ERR… in mdns_resp_add_service()
2205 …LWIP_ERROR("mdns_resp_add_service: Service too long", (strlen(service) <= MDNS_LABEL_MAXLEN), retu… in mdns_resp_add_service()
2206 …LWIP_ERROR("mdns_resp_add_service: Bad proto (need TCP or UDP)", (proto == DNSSD_PROTO_TCP || prot… in mdns_resp_add_service()
2214 …LWIP_ERROR("mdns_resp_add_service: Service list full (increase MDNS_MAX_SERVICES)", (slot >= 0), r… in mdns_resp_add_service()
2217 LWIP_ERROR("mdns_resp_add_service: Alloc failed", (srv != NULL), return ERR_MEM); in mdns_resp_add_service()
2248 LWIP_ERROR("mdns_resp_del_service: Not an mdns netif", (mdns != NULL), return ERR_VAL); in mdns_resp_del_service()
2249 …LWIP_ERROR("mdns_resp_del_service: Invalid Service ID", (slot >= 0) && (slot < MDNS_MAX_SERVICES),… in mdns_resp_del_service()
2250 …LWIP_ERROR("mdns_resp_del_service: Invalid Service ID", (mdns->services[slot] != NULL), return ERR… in mdns_resp_del_service()
2277 LWIP_ERROR("mdns_resp_rename_service: Not an mdns netif", (mdns != NULL), return ERR_VAL); in mdns_resp_rename_service()
2278 LWIP_ERROR("mdns_resp_rename_service: Name too long", (len <= MDNS_LABEL_MAXLEN), return ERR_VAL); in mdns_resp_rename_service()
2279 …LWIP_ERROR("mdns_resp_rename_service: Invalid Service ID", (slot >= 0) && (slot < MDNS_MAX_SERVICE… in mdns_resp_rename_service()
2280 …LWIP_ERROR("mdns_resp_rename_service: Invalid Service ID", (mdns->services[slot] != NULL), return … in mdns_resp_rename_service()
2321 LWIP_ERROR("mdns_resp_announce: netif != NULL", (netif != NULL), return); in mdns_resp_announce()
2360 LWIP_ERROR("mdns_resp_restart: netif != NULL", (netif != NULL), return); in mdns_resp_restart()