HomeSort by relevance Sort by last modified time
    Searched defs:IPv4 (Results 1 - 19 of 19) sorted by null

  /libcore/ojluni/src/main/native/
net_util.h 39 #define IPv4 AF_INET
  /prebuilts/go/darwin-x86/test/
escape_slice.go 123 func IPv4(a, b, c, d byte) IP {
148 {"ip", "127.0.0.1", &IPAddr{IP: IPv4(127, 0, 0, 1)}, nil},
149 {"ip4", "127.0.0.1", &IPAddr{IP: IPv4(127, 0, 0, 1)}, nil},
150 {"ip4:icmp", "127.0.0.1", &IPAddr{IP: IPv4(127, 0, 0, 1)}, nil},
158 &IPAddr{IP: IPv4(127, 0, 0, 1)}, // ERROR "&IPAddr literal escapes to heap"
162 &IPAddr{IP: IPv4(127, 0, 0, 1)}, // ERROR "&IPAddr literal escapes to heap"
  /prebuilts/go/linux-x86/test/
escape_slice.go 123 func IPv4(a, b, c, d byte) IP {
148 {"ip", "127.0.0.1", &IPAddr{IP: IPv4(127, 0, 0, 1)}, nil},
149 {"ip4", "127.0.0.1", &IPAddr{IP: IPv4(127, 0, 0, 1)}, nil},
150 {"ip4:icmp", "127.0.0.1", &IPAddr{IP: IPv4(127, 0, 0, 1)}, nil},
158 &IPAddr{IP: IPv4(127, 0, 0, 1)}, // ERROR "&IPAddr literal escapes to heap"
162 &IPAddr{IP: IPv4(127, 0, 0, 1)}, // ERROR "&IPAddr literal escapes to heap"
  /prebuilts/go/darwin-x86/src/net/
ip.go 7 // IPv4 addresses are 4 bytes; IPv6 addresses are 16 bytes.
8 // An IPv4 address can be converted to an IPv6 address by
22 // Functions in this package accept either 4-byte (IPv4)
26 // IP address as an IPv4 address or an IPv6 address
29 // be an IPv4 address.
41 // IPv4 returns the IP address (in 16-byte form) of the
42 // IPv4 address a.b.c.d.
43 func IPv4(a, b, c, d byte) IP {
56 // IPv4 mask a.b.c.d.
91 // Well-known IPv4 addresse
    [all...]
  /prebuilts/go/linux-x86/src/net/
ip.go 7 // IPv4 addresses are 4 bytes; IPv6 addresses are 16 bytes.
8 // An IPv4 address can be converted to an IPv6 address by
22 // Functions in this package accept either 4-byte (IPv4)
26 // IP address as an IPv4 address or an IPv6 address
29 // be an IPv4 address.
41 // IPv4 returns the IP address (in 16-byte form) of the
42 // IPv4 address a.b.c.d.
43 func IPv4(a, b, c, d byte) IP {
56 // IPv4 mask a.b.c.d.
91 // Well-known IPv4 addresse
    [all...]
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.h 101 Receive context for SOCK_RAW sockets using IPv4.
110 Transmit context for SOCK_RAW sockets using IPv4.
463 EFI_IP4_PROTOCOL * IPv4; ///< IP4 protocol pointer
470 ESL_IP4_CONTEXT Ip4; ///< IPv4 management data
564 connection point on the local machine. An IPv4 address
567 specific IPv4 address restricts the connection to the
708 running the IPv4 protocol.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathFromText.c 467 Converts a string to IPv4 address
469 @param Str A string representation of IPv4 address.
470 @param IPv4Addr A pointer to the converted IPv4 address.
487 Converts a string to IPv4 address
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiPxe.h 916 PXE_IPV4 IPv4;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiPxe.h 895 PXE_IPV4 IPv4;
    [all...]
  /external/syslinux/efi32/include/efi/
efi_pxe.h 933 PXE_IPV4 IPv4;
    [all...]
  /external/syslinux/efi64/include/efi/
efi_pxe.h 933 PXE_IPV4 IPv4;
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efi_pxe.h 933 PXE_IPV4 IPv4;
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiPxe.h 879 PXE_IPV4 IPv4;
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-socks/4.1.6.Final/
netty-codec-socks-4.1.6.Final.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddndis.h     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.3.Final/
netty-transport-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.6.Final/
netty-transport-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.jar 

Completed in 996 milliseconds