/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cookielib.py | 515 A and B may be host domain names or IP addresses. 519 Host names can be specified either as an IP address or a HDN string. 533 # Note that, if A or B are IP addresses, the only relevant part of the 564 A and B may be host domain names or IP addresses. 571 # equal IP addresses [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
telnetlib.py | 61 IP = chr(244) # Interrupt process
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_telnetlib.py | 313 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/ |
EfiPxe.h | 171 // Convert multicast IP address to multicast MAC address.
362 // UNDI MCast IP to MAC
365 // Identify the type of IP address in the CPB.
560 // UNDI MCast IP to MAC
[all...] |
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
BerkeleyPacketFilter.c | 667 Converts a multicast IP address to a multicast HW MAC address.
670 @param IPv6 Set to TRUE if the multicast IP address is IPv6 [RFC 2460]. Set
671 to FALSE if the multicast IP address is IPv4 [RFC 791].
672 @param IP The multicast IP address that is to be converted to a multicast
674 @param MAC The multicast HW MAC address that is to be generated from IP.
676 @retval EFI_SUCCESS The multicast IP address was mapped to the multicast
691 IN EFI_IP_ADDRESS *IP,
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/ |
UefiPxe.h | 150 /// Convert multicast IP address to multicast MAC address.
331 /// UNDI MCast IP to MAC.
334 /// Identify the type of IP address in the CPB.
526 //// UNDI MCast IP to MAC.
[all...] |
/external/llvm/lib/DebugInfo/CodeView/ |
EnumTables.cpp | 60 CV_ENUM_CLASS_ENT(RegisterId, IP),
|
/external/llvm/lib/DebugInfo/PDB/ |
PDBExtras.cpp | 126 CASE_OUTPUT_ENUM_CLASS_NAME(codeview::RegisterId, IP, OS)
|
/external/llvm/lib/Target/X86/ |
X86RegisterInfo.cpp | 520 // Also clean other registers that don't need preserving (IP). 521 for (auto Reg : {X86::EFLAGS, X86::RIP, X86::EIP, X86::IP})
|
/external/mesa3d/docs/specs/ |
MESA_texture_array.spec | 13 IP Status 15 No known IP issues. [all...] |
/external/python/cpython2/Lib/ |
telnetlib.py | 62 IP = chr(244) # Interrupt process
|
/external/python/cpython2/Lib/test/ |
test_telnetlib.py | 335 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
|
/external/syslinux/efi32/include/efi/ |
efi_pxe.h | 174 // Convert multicast IP address to multicast MAC address. 367 // UNDI MCast IP to MAC 371 // Identify the type of IP address in the CPB. 570 // UNDI MCast IP to MAC [all...] |
/external/syslinux/efi64/include/efi/ |
efi_pxe.h | 174 // Convert multicast IP address to multicast MAC address. 367 // UNDI MCast IP to MAC 371 // Identify the type of IP address in the CPB. 570 // UNDI MCast IP to MAC [all...] |
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
efi_pxe.h | 174 // Convert multicast IP address to multicast MAC address. 367 // UNDI MCast IP to MAC 371 // Identify the type of IP address in the CPB. 570 // UNDI MCast IP to MAC [all...] |
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/ |
UefiPxe.h | 150 /// Convert multicast IP address to multicast MAC address. 331 /// UNDI MCast IP to MAC 334 /// Identify the type of IP address in the CPB. 517 //// UNDI MCast IP to MAC [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
telnetlib.py | 62 IP = chr(244) # Interrupt process
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_telnetlib.py | 328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
telnetlib.py | 62 IP = chr(244) # Interrupt process
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_telnetlib.py | 328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
|
/prebuilts/go/darwin-x86/src/encoding/gob/ |
gobencdec_test.go | 787 // Encoding of net.IP{1,2,3,4} in Go 1.1. 790 var ip net.IP 791 err := NewDecoder(bytes.NewReader(enc)).Decode(&ip) 795 if ip.String() != "1.2.3.4" { 796 t.Errorf("decoded to %v, want 1.2.3.4", ip.String())
|
/prebuilts/go/darwin-x86/src/net/ |
dnsmsg.go | 568 // as IP addresses. 584 s += IP(i).String()
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
gobencdec_test.go | 787 // Encoding of net.IP{1,2,3,4} in Go 1.1. 790 var ip net.IP 791 err := NewDecoder(bytes.NewReader(enc)).Decode(&ip) 795 if ip.String() != "1.2.3.4" { 796 t.Errorf("decoded to %v, want 1.2.3.4", ip.String())
|
/prebuilts/go/linux-x86/src/net/ |
dnsmsg.go | 568 // as IP addresses. 584 s += IP(i).String()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
telnetlib.py | 62 IP = chr(244) # Interrupt process
|