Searched refs:PREFIXMAXLEN (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IfConfig6/
H A DIfConfig6.h43 #define PREFIXMAXLEN 16 macro
H A DIfConfig6.c297 for (Index = 0; Index < PREFIXMAXLEN; Index = Index + 2) {
299 if (!Short && (Index + 1 < PREFIXMAXLEN) && (Index % 2 == 0) && (Ip->Addr[Index] == 0) && (Ip->Addr[Index + 1] == 0)) {
311 while ((Ip->Addr[Index] == 0) && (Ip->Addr[Index + 1] == 0) && (Index < PREFIXMAXLEN)) {
313 if (Index > PREFIXMAXLEN - 2) {
320 if (Index == PREFIXMAXLEN) {
328 if (Index < PREFIXMAXLEN - 1) {
333 if (Index + 2 < PREFIXMAXLEN) {

Completed in 46 milliseconds