Searched refs:arp_filter_netif (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/include/lwip2/
H A Dlwipopts.h79 #define LWIP_ARP_FILTER_NETIF_FN(p, netif, type) arp_filter_netif(p, netif, type)
83 struct netif *arp_filter_netif(struct pbuf *p, struct netif *netif, uint16_t type);
/barrelfish-2018-10-04/lib/net/
H A Darp.c155 struct netif *arp_filter_netif(struct pbuf *p, struct netif *netif, uint16_t type) function

Completed in 42 milliseconds