Lines Matching defs:netif
114 struct netif *netif; member
135 #define ETHARP_SET_HINT(netif, hint) if (((netif) != NULL) && ((netif)->addr_hint != NULL)) \ argument
138 #define ETHARP_SET_HINT(netif, hint) (etharp_cached_entry = (hint)) argument
415 etharp_send_ip(struct netif *netif, struct pbuf *p, struct eth_addr *src, struct eth_addr *dst) in etharp_send_ip()
448 etharp_update_arp_entry(struct netif *netif, ip_addr_t *ipaddr, struct eth_addr *ethaddr, u8_t flag…
528 struct netif *netif; local
579 void etharp_cleanup_netif(struct netif *netif)
603 etharp_find_addr(struct netif *netif, ip_addr_t *ipaddr,
639 etharp_ip_input(struct netif *netif, struct pbuf *p)
688 etharp_arp_input(struct netif *netif, struct eth_addr *ethaddr, struct pbuf *p)
842 etharp_output_to_arp_index(struct netif *netif, struct pbuf *q, u8_t arp_idx)
879 etharp_output(struct netif *netif, struct pbuf *q, ip_addr_t *ipaddr)
1016 etharp_query(struct netif *netif, ip_addr_t *ipaddr, struct pbuf *q)
1175 etharp_raw(struct netif *netif, const struct eth_addr *ethsrc_addr,
1259 etharp_request(struct netif *netif, ip_addr_t *ipaddr)
1277 ethernet_input(struct pbuf *p, struct netif *netif)