Searched refs:in_addr (Results 101 – 121 of 121) sorted by relevance
12345
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_inet.c | 1625 if (optval == NULL || (optlen != sizeof(struct in_addr))) { in ipv4_multicast_if() 1639 ((struct in_addr *)optval)->s_addr = INADDR_ANY; in ipv4_multicast_if() 1649 net_ipaddr_copy((struct in_addr *)optval, &ifaddr->address.in_addr); in ipv4_multicast_if() 2762 sizeof(struct in_addr)); in zsock_getpeername_ctx()
|
D | sockets.c | 828 dst_size = sizeof(struct in_addr); in z_vrfy_zsock_inet_pton()
|
/Zephyr-latest/tests/net/conn_mgr_monitor/src/ |
D | main.c | 53 static struct in_addr test_ipv4_a = { { { 10, 0, 0, 1 } } }; 54 static struct in_addr test_ipv4_b = { { { 10, 0, 0, 2 } } };
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | resolve.c | 64 #define DNS_IPV4_LEN sizeof(struct in_addr) 296 const struct in_addr *addr4) in register_dispatcher() 369 const struct in_addr *addr4 = NULL; in dns_resolve_init_locked()
|
/Zephyr-latest/tests/net/socket/net_mgmt/src/ |
D | main.c | 27 static ZTEST_DMEM struct in_addr addr_v4 = { { { 192, 0, 2, 3 } } };
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_offload.c | 449 struct in_addr *sin_addr; in eswifi_offload_async_msg()
|
/Zephyr-latest/drivers/wifi/simplelink/ |
D | simplelink_support.c | 100 struct in_addr addr4; in configure_simplelink()
|
/Zephyr-latest/tests/net/lib/dns_resolve/src/ |
D | main.c | 59 static struct in_addr my_addr2 = { { { 192, 0, 2, 1 } } };
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | nxp_wifi_drv.c | 103 struct in_addr dhcps_addr4; in nxp_wifi_wlan_event_callback() 104 struct in_addr base_addr; in nxp_wifi_wlan_event_callback() 105 struct in_addr netmask_addr; in nxp_wifi_wlan_event_callback()
|
/Zephyr-latest/include/zephyr/net/ |
D | ethernet.h | 920 void net_eth_ipv4_mcast_to_mac_addr(const struct in_addr *ipv4_addr,
|
/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | TSSLSocket.cpp | 603 if (sa.ss_family == AF_INET && size == sizeof(in_addr)) { in verify()
|
/Zephyr-latest/samples/net/sockets/txtime/src/ |
D | main.c | 243 const struct in_addr *addr; in get_local_ipv4()
|
/Zephyr-latest/subsys/net/lib/capture/ |
D | capture.c | 221 struct in_addr netmask = { { { 255, 255, 255, 255 } } }; in setup_iface()
|
/Zephyr-latest/tests/net/socket/af_packet/src/ |
D | main.c | 83 struct in_addr addr; in eth_fake_iface_init()
|
/Zephyr-latest/tests/net/socket/offload_dispatcher/src/ |
D | main.c | 375 static struct in_addr in4addr_my = { { { 192, 0, 2, 1 } } };
|
/Zephyr-latest/drivers/wifi/winc1500/ |
D | wifi_winc1500.c | 656 struct in_addr addr; in handle_wifi_dhcp_conf()
|
/Zephyr-latest/tests/net/tcp/src/ |
D | main.c | 45 static struct in_addr my_addr = { { { 192, 0, 2, 1 } } }; 52 static struct in_addr peer_addr = { { { 192, 0, 2, 2 } } };
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | net_if.c | 473 net_eth_ipv4_mcast_to_mac_addr(&addr->in_addr, &mac_addr); in ip_maddr_event_handler()
|
/Zephyr-latest/tests/net/socket/tcp/src/ |
D | main.c | 2212 struct in_addr v4addr; in ZTEST() 2280 struct in_addr v4addr; in ZTEST()
|
/Zephyr-latest/subsys/net/lib/zperf/ |
D | zperf_shell.c | 73 static struct in_addr shell_ipv4;
|
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 420 struct in_addr ipv4Addr, subnet, gateway, dns_v4; 2039 struct in_addr new_ipv4_addr; in on_cmd_atcmdinfo_ipaddr()
|
12345