Searched
full:ipv4 (Results
351 -
375 of
1538) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/ |
netdb.h | 117 int ai_protocol; /* 0 or IPPROTO_xxx for IPv4 and IPv6 */ 168 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ 169 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */ 171 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/ |
netdb.h | 117 int ai_protocol; /* 0 or IPPROTO_xxx for IPv4 and IPv6 */ 168 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ 169 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */ 171 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/ |
netdb.h | 117 int ai_protocol; /* 0 or IPPROTO_xxx for IPv4 and IPv6 */ 168 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ 169 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */ 171 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/ |
netdb.h | 117 int ai_protocol; /* 0 or IPPROTO_xxx for IPv4 and IPv6 */ 168 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ 169 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */ 171 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/ |
netdb.h | 117 int ai_protocol; /* 0 or IPPROTO_xxx for IPv4 and IPv6 */ 168 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ 169 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */ 171 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
|
/system/connectivity/dhcp_client/ |
dhcpv4.h | 74 // DHCP IPv4 configurations:
|
/system/connectivity/shill/ |
socket_info_reader.h | 36 // Returns the file path (/proc/net/tcp by default) from where TCP/IPv4
|
/system/core/libcutils/ |
socket_inaddr_any_server_windows.c | 48 // and enable dual-stack so both IPv4 and IPv6 work (2).
|
/system/netd/server/ |
SockDiag.cpp | 237 // Old kernels only copy the IPv4 address and leave the other 12 bytes uninitialized. 303 ALOGE("Failed to destroy IPv4 sockets on %s: %s", addrstr, strerror(-ret)); 323 const char *familyName = (family == AF_INET) ? "IPv4" : "IPv6"; 349 const char *familyName = family == AF_INET ? "IPv4" : "IPv6";
|
SockDiag.h | 54 // Destroys all sockets on the given IPv4 or IPv6 address.
|
/system/extras/tests/net_test/ |
multinetwork_test.py | 37 IPV4_MARK_REFLECT_SYSCTL = "/proc/sys/net/ipv4/fwmark_reflect" 39 SYNCOOKIES_SYSCTL = "/proc/sys/net/ipv4/tcp_syncookies" 40 TCP_MARK_ACCEPT_SYSCTL = "/proc/sys/net/ipv4/tcp_fwmark_accept" 85 # common sysctl for IPv4 and IPv6. 254 """Checks that updating the mark on an IPv4 socket changes routing.""" 322 # Support for setting IPv4 TOS and TTL via cmsg only appeared in 3.13. 421 # will accept both IPv4 and IPv6 connections. We do this here instead of in 730 # Note that in IPv4 this only started working in Linux 3.6! 754 """Tests IPv4 path MTU discovery. 758 6a66271 ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_ii [all...] |
/bionic/libc/upstream-openbsd/lib/libc/net/ |
inet_ntop.c | 62 * format an IPv4 address, more or less like inet_ntoa() 167 /* Is this address an encapsulated IPv4? */
|
/device/htc/flounder/gps/qct/lib/ |
libloc_ds_api.so | |
/external/android-clat/ |
checksum.c | 16 * checksum.c - ipv4/ipv6 checksum calculation 106 * ip - the ipv4 header
|
/external/autotest/client/site_tests/security_NetworkListeners/ |
security_NetworkListeners.py | 15 # autotest 1915 root 3u IPv4 9221 0t0 TCP *:https (LISTEN) 96 # sshd 1915 root 3u IPv4 9221 0t0 TCP *:ssh (LISTEN)
|
/external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/ |
network_WiFi_DarkResumeActiveScans.py | 69 logging.info('DUT WiFi MAC = %s, IPv4 = %s', dut_mac, dut_ip) 70 logging.info('Router WiFi IPv4 = %s', router.wifi_ip)
|
/external/avahi/avahi-common/ |
address.c | 73 uint32_t n = ntohl(a->data.ipv4.address); 149 return "IPv4";
|
/external/avahi/avahi-ui/ |
avahi-ui.h | 170 used to look only for IPv6 services or only for IPv4 services. By 171 default avahi-ui will browse for both IPv4 and IPv6 services.*/
|
/external/avahi/man/ |
avahi.service.5.xml.in | 55 <p><opt><service protocol="ipv4|ipv6|any"></opt> 65 the service will be advertised on both IPv4 and IPv6.</p>
|
/external/c-ares/ |
ares_options.c | 190 /* resolve host, try ipv4 first, rslt is in network byte order */ 209 /* was ipv4, add new server */
|
/external/curl/lib/ |
hostip.h | 145 /* IPv4 threadsafe resolve function used for synch and asynch builds */ 223 * local IPv4 address to use as source address for DNS requests
|
inet_ntop.c | 44 * Format an IPv4 address, more or less like inet_ntoa(). 141 /* Is this address an encapsulated IPv4?
|
/external/dhcpcd-6.8.2/ |
if.h | 49 /* Some systems have in-built IPv4 DAD. 59 #include "ipv4.h"
|
/external/dnsmasq/dbus/ |
DBus-interface | 45 upstream DNS servers to be used by dnsmasq. IPv4 addresses are 82 Am IPv4 address of 0.0.0.0 is interpreted as "no address, local only",
|
/external/iproute2/include/linux/ |
if_arp.h | 41 #define ARPHRD_IEEE1394 24 /* IEEE 1394 IPv4 - RFC 2734 */ 71 #define ARPHRD_SIT 776 /* sit0 device - IPv6-in-IPv4 */
|
Completed in 924 milliseconds
<<11121314151617181920>>