Home
last modified time | relevance | path

Searched defs:my_addr (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/samples/net/sockets/coap_server/src/
Dmain.c32 static struct in6_addr my_addr = MY_IP6ADDR; in join_coap_multicast_group() local
/Zephyr-latest/samples/modules/thrift/hello/server/src/
Dmain.cpp48 std::string my_addr; in main() local
/Zephyr-latest/samples/modules/thrift/hello/client/src/
Dmain.cpp46 std::string my_addr; in main() local
/Zephyr-latest/tests/net/iface/src/
Dmain.c843 struct in_addr my_addr = MY_ADDR_V4_USER; in v4_addr_add_user() local
859 struct in_addr my_addr = MY_ADDR_V4_USER; in v4_addr_lookup_user() local
876 struct in_addr my_addr = MY_ADDR_V4_USER; in v4_addr_rm_user() local
1015 struct in6_addr my_addr = MY_ADDR_V6_USER; in v6_addr_add_user() local
1031 struct in6_addr my_addr = MY_ADDR_V6_USER; in v6_addr_lookup_user() local
1048 struct in6_addr my_addr = MY_ADDR_V6_USER; in v6_addr_rm_user() local
/Zephyr-latest/tests/net/icmpv4/src/
Dmain.c116 static struct in_addr my_addr = { { { 192, 0, 2, 1 } } }; variable
/Zephyr-latest/subsys/net/l2/ppp/
Dipv6cp.c301 struct in6_addr my_addr; in ipv6cp_down() local
/Zephyr-latest/tests/net/route/src/
Dmain.c47 static struct in6_addr my_addr = { { { 0x20, 0x01, 0x0d, 0xb8, 0, 0, 0, 0, variable
/Zephyr-latest/subsys/net/l2/ethernet/
Darp.c257 struct in_addr *my_addr; in arp_prepare() local
/Zephyr-latest/tests/net/igmp/src/
Dmain.c66 static struct in_addr my_addr = { { { 192, 0, 2, 1 } } }; variable
/Zephyr-latest/tests/net/virtual/src/
Dmain.c56 static struct in_addr my_addr = { { { 192, 0, 2, 1 } } }; variable
/Zephyr-latest/tests/net/mld/src/
Dmain.c69 static struct in6_addr my_addr = { { { 0x20, 0x01, 0x0d, 0xb8, 0, 0, 0, 0, variable
/Zephyr-latest/tests/net/tcp/src/
Dmain.c45 static struct in_addr my_addr = { { { 192, 0, 2, 1 } } }; variable
/Zephyr-latest/tests/net/ipv6/src/
Dmain.c49 static struct in6_addr my_addr = { { { 0x20, 0x01, 0x0d, 0xb8, 0, 0, 0, 0, variable
/Zephyr-latest/tests/net/socket/udp/src/
Dmain.c2933 static void check_port_range(struct sockaddr *my_addr, in check_port_range()
/Zephyr-latest/subsys/net/ip/
Dnet_if.c1150 struct in6_addr *my_addr) in join_mcast_solicit_node()