Searched defs:gw (Results 1 – 4 of 4) sorted by relevance
/btstack/3rd-party/lwip/core/src/api/ |
H A D | netifapi.c | 224 const ip4_addr_t *ipaddr, const ip4_addr_t *netmask, const ip4_addr_t *gw, in netifapi_netif_add() 270 const ip4_addr_t *gw) in netifapi_netif_set_addr()
|
/btstack/3rd-party/lwip/core/src/core/ |
H A D | netif.c | 289 const ip4_addr_t *ipaddr, const ip4_addr_t *netmask, const ip4_addr_t *gw, in netif_add() 602 netif_do_set_gw(struct netif *netif, const ip4_addr_t *gw, ip_addr_t *old_gw) in netif_do_set_gw() 636 netif_set_gw(struct netif *netif, const ip4_addr_t *gw) in netif_set_gw() 674 const ip4_addr_t *gw) in netif_set_addr()
|
/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | ppp.c | 1057 ip4_addr_t ip, nm, gw; in sifaddr() local
|
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | netif.h | 279 ip_addr_t gw; member
|