Searched refs:etharp_add_static_entry (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/include/lwip2/lwip/
H A Detharp.h92 err_t etharp_add_static_entry(const ip4_addr_t *ipaddr, struct eth_addr *ethaddr);
/barrelfish-2018-10-04/lib/net/
H A Darp.c212 etharp_add_static_entry(&ip, &hdr->shwaddr);
262 etharp_add_static_entry(&ipaddr, &mac);
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv4/
H A Detharp.c502 * @return See return values of etharp_add_static_entry
505 etharp_add_static_entry(const ip4_addr_t *ipaddr, struct eth_addr *ethaddr) function
508 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_add_static_entry: %"U16_F".%"U16_F".%"U16_F".%"U16_F" - %02"X16_F":%02"X16_F":%02"X16_F":%02"X16_F":%02"X16_F":%02"X16_F"\n",
522 * etharp_add_static_entry.

Completed in 46 milliseconds