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

  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiMisc.h 50 UINT8 PrefixLength;
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Route.h 34 UINT8 PrefixLength;
181 Allocate a route entry then initialize it with the Destination/PrefixLength
186 @param[in] PrefixLength The destination network's prefix length.
196 IN UINT8 PrefixLength,
242 @param[in] PrefixLength The PrefixLength of the destination.
254 IN UINT8 PrefixLength,
264 @param[in] PrefixLength The PrefixLength of the Destination.
276 IN UINT8 PrefixLength,
    [all...]
Ip6If.h 86 UINT8 PrefixLength;
Ip6Impl.h 144 UINT8 PrefixLength; // PrefixLength of the configured station address.
473 Routes are determined by comparing the leftmost PrefixLength bits of Destination with
485 PrefixLength and Gateway are used as the key to each
489 @param[in] PrefixLength The prefix length of Destination. Ignored if Destination
517 IN UINT8 PrefixLength,
    [all...]
Ip6ConfigNv.c 456 UINT8 PrefixLength;
509 PrefixLength = ((EFI_IP6_ADDRESS_INFO *) AddressInfo)->PrefixLength;
511 PrefixLength = ((EFI_IP6_ROUTE_TABLE *) AddressInfo)->PrefixLength;
519 Number = UnicodeSPrint (TempStr, 6, L"%d", PrefixLength);
630 Status = NetLibStrToIp6andPrefix (TempStr, &AddressInfo.Address, &AddressInfo.PrefixLength);
635 if (AddressInfo.PrefixLength == 0xFF) {
636 AddressInfo.PrefixLength = 0;
850 ManualAddress->PrefixLength = Node->AddrInfo.PrefixLength;
    [all...]
Ip6Nd.h 81 UINT8 PrefixLength;
150 UINT8 PrefixLength;
321 @param[in] PrefixLength The prefix length of the Prefix.
334 IN UINT8 PrefixLength,
364 @param[in] PrefixLength The prefix length of the Prefix
375 IN UINT8 PrefixLength,
670 @param[in] PrefixLength The prefix length of the Ip6Addr.
689 IN UINT8 PrefixLength,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip6Config.h 195 UINT8 PrefixLength; ///< The length, in bits, of the prefix associated with this Address.
Ip6.h 61 UINT8 PrefixLength;
229 UINT8 PrefixLength; ///< The length of the prefix associated with the Address.
250 UINT8 PrefixLength;
678 Routes are determined by comparing the leftmost PrefixLength bits of Destination with
690 PrefixLength and Gateway are used as the key to each
693 @param[in] PrefixLength The prefix length of Destination. Ignored if Destination
720 IN UINT8 PrefixLength,
    [all...]
IpSecConfig.h 74 UINT8 PrefixLength; ///< The length of the prefix associated with the Address.
DevicePath.h 633 UINT8 PrefixLength;
    [all...]
  /external/clang/lib/Format/
BreakableToken.cpp 190 size_t PrefixLength = KnownPrefix.size();
191 while (PrefixLength < Comment.size() && Comment[PrefixLength] == ' ')
192 ++PrefixLength;
193 if (PrefixLength > LongestPrefix.size())
194 LongestPrefix = Comment.substr(0, PrefixLength);
  /external/llvm/tools/lli/
lli.cpp 294 size_t PrefixLength = Prefix.length();
295 if (ModID.substr(0, PrefixLength) != Prefix)
297 std::string CacheSubdir = ModID.substr(PrefixLength);
  /external/llvm/lib/CodeGen/MIRParser/
MILexer.cpp 155 unsigned PrefixLength, ErrorCallbackType ErrorCallback) {
157 C.advance(PrefixLength);
163 unescapeQuotedString(String.drop_front(PrefixLength)));
172 .setStringValue(Range.upto(C).drop_front(PrefixLength));
251 unsigned PrefixLength = IsReference ? 4 : 3;
252 C.advance(PrefixLength); // Skip '%bb.' or 'bb.'
262 unsigned StringOffset = PrefixLength + Number.size(); // Drop '%bb.<id>'
388 return lexName(C, Token, MIToken::NamedGlobalValue, /*PrefixLength=*/1,
404 return lexName(C, Token, MIToken::ExternalSymbol, /*PrefixLength=*/1,
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
IpIoLib.h 153 UINT8 PrefixLength;
  /external/clang/lib/Lex/
HeaderSearch.cpp     [all...]
  /external/c-ares/
ares_iphlpapi.h 184 ULONG PrefixLength;
  /external/syslinux/efi32/include/efi/
efiip.h 226 UINT8 PrefixLength;
232 UINT8 PrefixLength;
349 IN UINT8 PrefixLength,
  /external/syslinux/efi64/include/efi/
efiip.h 226 UINT8 PrefixLength;
232 UINT8 PrefixLength;
349 IN UINT8 PrefixLength,
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiip.h 226 UINT8 PrefixLength;
232 UINT8 PrefixLength;
349 IN UINT8 PrefixLength,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iptypes.h 171 ULONG PrefixLength;
netioapi.h 233 UINT8 PrefixLength;
shellapi.h 888 BYTE PrefixLength;

Completed in 382 milliseconds