Home
last modified time | relevance | path

Searched refs:GenerateEui64Address6 (Results 1 – 7 of 7) sorted by relevance

/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DNetwork.h1232 void GenerateEui64Address6(UCHAR *dst, UCHAR *mac);
H A DNetwork.c6462 GenerateEui64Address6(tmp, mac); in GenerateEui64LocalAddress()
6471 void GenerateEui64Address6(UCHAR *dst, UCHAR *mac) in GenerateEui64Address6() function
/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DNetwork.h1506 void GenerateEui64Address6(UCHAR *dst, UCHAR *mac);
H A DNetwork.c6862 GenerateEui64Address6(tmp, mac); in GenerateEui64GlobalAddress()
6885 GenerateEui64Address6(tmp, mac); in GenerateEui64LocalAddress()
6895 void GenerateEui64Address6(UCHAR *dst, UCHAR *mac) in GenerateEui64Address6() function
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DNetwork.h1505 void GenerateEui64Address6(UCHAR *dst, UCHAR *mac);
H A DNetwork.c6862 GenerateEui64Address6(tmp, mac); in GenerateEui64GlobalAddress()
6885 GenerateEui64Address6(tmp, mac); in GenerateEui64LocalAddress()
6895 void GenerateEui64Address6(UCHAR *dst, UCHAR *mac) in GenerateEui64Address6() function
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DProto_PPP.c1990 GenerateEui64Address6((UCHAR *)&newValue, p->Ipc->MacAddress); in PPPProcessIPv6CPRequestPacket()