Searched refs:iaddr (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/cve/ |
H A D | cve-2017-2671.c | 46 static struct sockaddr_in iaddr, uaddr; variable 51 iaddr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in setup() 52 uaddr = iaddr; in setup() 53 iaddr.sin_family = AF_INET; in setup() 97 (struct sockaddr *)&iaddr, sizeof(iaddr)); in run()
|
/third_party/pulseaudio/src/modules/rtp/ |
H A D | rtp-gstreamer.c | 90 GInetAddress *iaddr; in init_send_pipeline() local 125 iaddr = g_inet_socket_address_get_address(addr); in init_send_pipeline() 126 addr_str = g_inet_address_to_string(iaddr); in init_send_pipeline()
|
/third_party/nghttp2/src/ |
H A D | shrpx.cc | 993 auto &iaddr = iaddrs[idx++]; in get_inherited_addr_from_config() local 996 iaddr.host = addr.host; in get_inherited_addr_from_config() 997 iaddr.host_unix = true; in get_inherited_addr_from_config() 998 iaddr.fd = addr.fd; in get_inherited_addr_from_config() 1003 iaddr.port = addr.port; in get_inherited_addr_from_config() 1004 iaddr.fd = addr.fd; in get_inherited_addr_from_config() 1034 iaddr.host = make_string_ref(balloc, StringRef{host.data()}); in get_inherited_addr_from_config() 3952 [&addr](const InheritedAddr &iaddr) { return addr.fd == iaddr.fd; }); in close_not_inherited_fd()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface.c | 6566 const u8 *iaddr; in p2p_ctrl_group_member() local 6573 iaddr = p2p_group_get_client_interface_addr(wpa_s->p2p_group, dev_addr); in p2p_ctrl_group_member() 6574 if (!iaddr) in p2p_ctrl_group_member() 6576 res = os_snprintf(buf, buflen, MACSTR, MAC2STR(iaddr)); in p2p_ctrl_group_member()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface.c | 7398 const u8 *iaddr; local 7405 iaddr = p2p_group_get_client_interface_addr(wpa_s->p2p_group, dev_addr); 7406 if (!iaddr) 7408 res = os_snprintf(buf, buflen, MACSTR, MAC2STR(iaddr));
|
Completed in 39 milliseconds