Home | History | Annotate | Download | only in UefiPxeBcDxe

Lines Matching refs:Header

761   Ip4Node.Header.Type     = MESSAGING_DEVICE_PATH;

762 Ip4Node.Header.SubType = MSG_IPv4_DP;
765 SetDevicePathNodeLength (&Ip4Node.Header, sizeof (Ip4Node));
767 Private->Ip4Nic->DevicePath = AppendDevicePathNode (Private->DevicePath, &Ip4Node.Header);
1104 Ip6Node.Header.Type = MESSAGING_DEVICE_PATH;
1105 Ip6Node.Header.SubType = MSG_IPv6_DP;
1108 SetDevicePathNodeLength (&Ip6Node.Header, sizeof (Ip6Node));
1110 Private->Ip6Nic->DevicePath = AppendDevicePathNode (Private->DevicePath, &Ip6Node.Header);