Lines Matching defs:ipaddr
166 static DECLCALLBACK(err_t) devINIPOutput(struct netif *netif, struct pbuf *p, struct ip_addr *ipaddr);
225 * @param ipaddr Destination IP address.
227 static DECLCALLBACK(err_t) devINIPOutput(struct netif *netif, struct pbuf *p, struct ip_addr *ipaddr)
230 LogFlow(("%s: netif=%p p=%p ipaddr=%#04x\n", __FUNCTION__, netif, p,
231 ipaddr->addr));
233 lrc = lwip_etharp_output(netif, ipaddr, p);
235 lrc = lwip_etharp_output(netif, p, ipaddr);
508 struct ip_addr ipaddr, netmask, gw;
519 memcpy(&ipaddr, &ip, sizeof(ipaddr));
552 ret = netif_add(&pThis->IntNetIF, &ipaddr, &netmask, &gw, NULL,