Searched refs:HTONLL (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIkeCommon.c107 Header->InitiatorCookie = HTONLL (Header->InitiatorCookie);
108 Header->ResponderCookie = HTONLL (Header->ResponderCookie);
H A DIpSecDebug.c211 InitCookie = (Direction == EfiIPsecOutBound) ? HTONLL (Packet->Header->InitiatorCookie) : Packet->Header->InitiatorCookie;
212 RespCookie = (Direction == EfiIPsecOutBound) ? HTONLL (Packet->Header->ResponderCookie) : Packet->Header->ResponderCookie;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DSa.c1568 InitiatorCookieNet = HTONLL (IkeSaSession->InitiatorCookie);
1569 ResponderCookieNet = HTONLL (IkeSaSession->ResponderCookie);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h194 #define HTONLL(x) NTOHLL(x) macro

Completed in 53 milliseconds