Lines Matching refs:ipaddr
128 * @param ipaddr IP address for the new netif
139 netif_add(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask,
181 netif_set_addr(netif, ipaddr, netmask, gw);
202 ip_addr_debug_print(NETIF_DEBUG, ipaddr);
216 * @param ipaddr the new IP address
221 netif_set_addr(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask,
224 netif_set_ipaddr(netif, ipaddr);
317 * @param ipaddr the new IP address
323 netif_set_ipaddr(struct netif *netif, ip_addr_t *ipaddr)
332 if (ipaddr && (ip_addr_cmp(ipaddr, &(netif->ip_addr))) == 0) {
357 /* The PCB is listening to the old ipaddr and
359 ip_addr_set(&(lpcb->local_ip), ipaddr);
367 ip_addr_set(&(netif->ip_addr), ipaddr);
605 * @param ipaddr the ip address to send the packet to (not used)
611 ip_addr_t *ipaddr)
629 LWIP_UNUSED_ARG(ipaddr);