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

/vbox/src/VBox/Main/include/
H A Dnetif.h99 DECLINLINE(Bstr) composeIPv6Address(PRTNETADDRIPV6 aAddrPtr) argument
103 if (aAddrPtr->s.Lo || aAddrPtr->s.Hi)
107 aAddrPtr->au8[0], aAddrPtr->au8[1],
108 aAddrPtr->au8[2], aAddrPtr->au8[3],
109 aAddrPtr->au8[4], aAddrPtr->au8[5],
110 aAddrPtr
118 composeIPv6PrefixLenghFromAddress(PRTNETADDRIPV6 aAddrPtr) argument
124 prefixLength2IPv6Address(ULONG cPrefix, PRTNETADDRIPV6 aAddrPtr) argument
[all...]

Completed in 72 milliseconds