Home
last modified time | relevance | path

Searched defs:gw (Results 1 – 4 of 4) sorted by relevance

/btstack/3rd-party/lwip/core/src/api/
H A Dnetifapi.c224 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 Dnetif.c289 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 Dppp.c1057 ip4_addr_t ip, nm, gw; in sifaddr() local
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dnetif.h279 ip_addr_t gw; member