Lines Matching refs:netif
4 * To be used in most low-level netif implementations
47 #include "lwip/netif.h"
56 /** Define this to 1 and define LWIP_ARP_FILTER_NETIF_FN(pbuf, netif, type)
57 * to a filter function that returns the correct netif when using multiple
58 * netifs on one hardware interface where the netif's low-level receive
59 * routine cannot decide for the correct netif (e.g. when mapping multiple
66 err_t ethernet_input(struct pbuf *p, struct netif *netif);
67 err_t ethernet_output(struct netif* netif, struct pbuf* p, const struct eth_addr* src, const struct eth_addr* dst, u16_t eth_type);