Lines Matching refs:result
758 can result in directly sending the queued packets for this host.
1019 err_t result = ERR_MEM;
1056 result = etharp_request(netif, ipaddr);
1057 if (result != ERR_OK) {
1064 return result;
1075 result = etharp_send_ip(netif, q, srcaddr, &(arp_table[i].ethaddr));
1130 result = ERR_OK;
1135 result = ERR_MEM;
1144 result = ERR_OK;
1150 result = ERR_MEM;
1153 return result;
1182 err_t result = ERR_OK;
1239 result = netif->linkoutput(netif, p);
1246 return result;