Lines Matching refs:ERR_OK
412 * @return ERR_OK if the packet was sent, any other err_t on failure
441 * - ERR_OK Succesfully updated ARP cache.
513 return ERR_OK;
546 * @return ERR_OK: entry removed
570 return ERR_OK;
851 if (etharp_request(netif, &arp_table[arp_idx].ipaddr) == ERR_OK) {
1057 if (result != ERR_OK) {
1097 if (pbuf_copy(p, q) != ERR_OK) {
1130 result = ERR_OK;
1144 result = ERR_OK;
1167 * @return ERR_OK if the ARP packet has been sent
1182 err_t result = ERR_OK;
1254 * @return ERR_OK if the request has been sent
1320 return ERR_OK;
1393 return ERR_OK;
1397 return ERR_OK;