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

  /device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
IfConfig6.h 43 #define PREFIXMAXLEN 16
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
Ifconfig6.c 41 #define PREFIXMAXLEN 16
374 for (Index = 0; Index < PREFIXMAXLEN; Index = Index + 2) {
376 if (!Short && (Index + 1 < PREFIXMAXLEN) && (Index % 2 == 0) && (Ip->Addr[Index] == 0) && (Ip->Addr[Index + 1] == 0)) {
388 while ((Ip->Addr[Index] == 0) && (Ip->Addr[Index + 1] == 0) && (Index < PREFIXMAXLEN)) {
390 if (Index > PREFIXMAXLEN - 2) {
397 if (Index == PREFIXMAXLEN) {
405 if (Index < PREFIXMAXLEN - 1) {
410 if (Index + 2 < PREFIXMAXLEN) {
    [all...]

Completed in 7087 milliseconds