Searched refs:netif_set_addr (Results 1 - 7 of 7) sorted by relevance
/third_party/lwip/test/unit/core/ |
H A D | test_netif.c | 171 netif_set_addr(&net_test, &addr, &netmask, &gw); in NETIF_DECLARE_EXT_CALLBACK() 189 netif_set_addr(&net_test, &addr, &netmask, &gw); in NETIF_DECLARE_EXT_CALLBACK() 196 netif_set_addr(&net_test, &addr, &netmask, &gw); in NETIF_DECLARE_EXT_CALLBACK()
|
/third_party/lwip/src/core/ipv4/ |
H A D | autoip.c | 242 netif_set_addr(netif, &autoip->llipaddr, &sn_mask, &gw_addr); in autoip_bind() 266 netif_set_addr(netif, IP4_ADDR_ANY4, IP4_ADDR_ANY4, IP4_ADDR_ANY4); in autoip_start() 357 netif_set_addr(netif, IP4_ADDR_ANY4, IP4_ADDR_ANY4, IP4_ADDR_ANY4); in autoip_stop() 417 /* autoip_bind() calls netif_set_addr(): this triggers a gratuitous ARP in autoip_tmr()
|
H A D | dhcp.c | 293 netif_set_addr(netif, IP4_ADDR_ANY4, IP4_ADDR_ANY4, IP4_ADDR_ANY4); in dhcp_handle_nak() 1205 netif_set_addr(netif, &dhcp->offered_ip_addr, &sn_mask, &gw_addr); 1437 netif_set_addr(netif, IP4_ADDR_ANY4, IP4_ADDR_ANY4, IP4_ADDR_ANY4);
|
/third_party/lwip/src/api/ |
H A D | netifapi.c | 87 * Call netif_set_addr() inside the tcpip_thread context. 96 netif_set_addr( msg->netif, 268 * Call netif_set_addr() in a thread-safe way by running that function inside the 271 * @note for params @see netif_set_addr()
|
/third_party/lwip/src/include/lwip/ |
H A D | netif.h | 451 void netif_set_addr(struct netif *netif, const ip4_addr_t *ipaddr, const ip4_addr_t *netmask,
|
/third_party/lwip/src/core/ |
H A D | netif.c | 433 netif_set_addr(netif, ipaddr, netmask, gw); 579 * @note call netif_set_addr() if you also want to change netmask and 639 * @note call netif_set_addr() if you also want to change ip address and 701 * @note call netif_set_addr() if you also want to change ip address and netmask 741 netif_set_addr(struct netif *netif, const ip4_addr_t *ipaddr, const ip4_addr_t *netmask, function
|
/third_party/lwip/src/netif/ppp/ |
H A D | ppp.c | 1065 netif_set_addr(pcb->netif, &ip, &nm, &gw); in sifaddr() 1078 netif_set_addr(pcb->netif, IP4_ADDR_ANY4, IP4_ADDR_BROADCAST, IP4_ADDR_ANY4); in cifaddr()
|
Completed in 9 milliseconds