Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/mqtt_sn/
Dmqtt_sn.c136 struct mqtt_sn_gateway *gw; in encode_and_send() local
324 static void mqtt_sn_gw_destroy(struct mqtt_sn_client *client, struct mqtt_sn_gateway *gw) in mqtt_sn_gw_destroy()
333 struct mqtt_sn_gateway *gw; in mqtt_sn_gw_destroy_all() local
346 struct mqtt_sn_gateway *gw; in mqtt_sn_gw_create() local
373 struct mqtt_sn_gateway *gw; in mqtt_sn_gw_find_by_id() local
585 struct mqtt_sn_gateway *gw; in mqtt_sn_do_gwinfo() local
842 struct mqtt_sn_gateway *gw = NULL; in process_ping() local
925 struct mqtt_sn_gateway *gw; in process_advertise() local
1048 struct mqtt_sn_gateway *gw; in mqtt_sn_add_gw() local
1271 struct mqtt_sn_gateway *gw; in handle_advertise() local
[all …]
/Zephyr-latest/subsys/net/lib/shell/
Droute.c119 struct in6_addr gw = {0}; in cmd_net_ip6_route_add() local
/Zephyr-latest/tests/net/arp/src/
Dmain.c330 struct in_addr gw = { { { 192, 0, 2, 42 } } }; in ZTEST() local
/Zephyr-latest/tests/net/ip-addr/src/
Dmain.c480 struct in_addr gw = { { { 192, 168, 0, 42 } } }; in ZTEST() local
/Zephyr-latest/drivers/wifi/esp_at/
Desp.h227 struct in_addr gw; member
/Zephyr-latest/subsys/net/ip/
Dnet_if.c4150 struct in_addr gw = { 0 }; in net_if_ipv4_get_gw() local
4169 void net_if_ipv4_set_gw(struct net_if *iface, const struct in_addr *gw) in net_if_ipv4_set_gw()
4187 const struct in_addr *gw) in z_impl_net_if_ipv4_set_gw_by_index()
4203 const struct in_addr *gw) in z_vrfy_net_if_ipv4_set_gw_by_index()
/Zephyr-latest/include/zephyr/net/
Dnet_if.h483 struct in_addr gw; member