Home
last modified time | relevance | path

Searched defs:_EFI_IP6_HEADER (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DIp6.h395 typedef struct _EFI_IP6_HEADER { struct
396 UINT8 TrafficClassH : 4;
397 UINT8 Version : 4;
398 UINT8 FlowLabelH : 4;
399 UINT8 TrafficClassL : 4;
400 UINT16 FlowLabelL;
401 UINT16 PayloadLength;
402 UINT8 NextHeader;
403 UINT8 HopLimit;
404 EFI_IPv6_ADDRESS SourceAddress;
[all …]