Searched refs:netif_set_addr (Results 1 - 10 of 10) sorted by relevance

/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Dautoip.c241 netif_set_addr(netif, &autoip->llipaddr, &sn_mask, &gw_addr);
264 netif_set_addr(netif, IP4_ADDR_ANY4, IP4_ADDR_ANY4, IP4_ADDR_ANY4);
355 netif_set_addr(netif, IP4_ADDR_ANY4, IP4_ADDR_ANY4, IP4_ADDR_ANY4);
392 /* autoip_bind() calls netif_set_addr(): this triggers a gratuitous ARP
H A Ddhcp.c275 netif_set_addr(netif, IP4_ADDR_ANY4, IP4_ADDR_ANY4, IP4_ADDR_ANY4);
1116 netif_set_addr(netif, &dhcp->offered_ip_addr, &sn_mask, &gw_addr);
1331 netif_set_addr(netif, IP4_ADDR_ANY4, IP4_ADDR_ANY4, IP4_ADDR_ANY4);
/barrelfish-master/lib/lwip2/src/api/
H A Dnetifapi.c81 * Call netif_set_addr() inside the tcpip_thread context.
90 netif_set_addr( msg->netif,
164 * Call netif_set_addr() in a thread-safe way by running that function inside the
167 * @note for params @see netif_set_addr()
/barrelfish-master/include/lwip/lwip/
H A Dnetif.h215 netif_set_addr(struct netif *netif, struct ip_addr *ipaddr,
/barrelfish-master/lib/lwip/src/core/
H A Dnetif.c129 netif_set_addr(netif, ipaddr, netmask, gw);
169 netif_set_addr(struct netif *netif, struct ip_addr *ipaddr, function
257 * @note call netif_set_addr() if you also want to change netmask and
321 * @note call netif_set_addr() if you also want to change ip address and netmask
339 * @note call netif_set_addr() if you also want to change ip address and
/barrelfish-master/lib/net/
H A Ddhcp.c298 netif_set_addr(&st->netif, &_ipaddr, &_netmask, &_gateway);
/barrelfish-master/include/lwip2/lwip/
H A Dnetif.h365 void netif_set_addr(struct netif *netif, const ip4_addr_t *ipaddr, const ip4_addr_t *netmask,
/barrelfish-master/lib/lwip2/src/core/
H A Dnetif.c307 netif_set_addr(netif, ipaddr, netmask, gw);
353 netif_set_addr(struct netif *netif, const ip4_addr_t *ipaddr, const ip4_addr_t *netmask, function
504 * @note call netif_set_addr() if you also want to change netmask and
555 * @note call netif_set_addr() if you also want to change ip address and netmask
577 * @note call netif_set_addr() if you also want to change ip address and
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dppp.c1081 netif_set_addr(pcb->netif, &ip, &nm, &gw);
1094 netif_set_addr(pcb->netif, IP4_ADDR_ANY4, IP4_ADDR_BROADCAST, IP4_ADDR_ANY4);
/barrelfish-master/include/lwip2/netif/ppp/
H A Dppp.c1081 netif_set_addr(pcb->netif, &ip, &nm, &gw);
1094 netif_set_addr(pcb->netif, IP4_ADDR_ANY4, IP4_ADDR_BROADCAST, IP4_ADDR_ANY4);

Completed in 118 milliseconds