Searched defs:cPrefix (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/include/
H A Dnetif.h124 DECLINLINE(int) prefixLength2IPv6Address(ULONG cPrefix, PRTNETADDRIPV6 aAddrPtr) argument
126 if (cPrefix > 128)
133 ASMBitSetRange(aAddrPtr, 0, cPrefix);

Completed in 43 milliseconds