Home | History | Annotate | Download | only in DxeNetLib

Lines Matching refs:Header

196   already has the ethernet header prepended. This function should

334 // Fill in the Ethernet header. Leave alone the source MAC.
347 // Fill in the IP header
366 // Fill in the UDP header, Udp checksum is optional. Leave it zero.
517 // that the message plus the ethernet/ip/udp header is shorter
528 // Build the message: Ethernet header + IP header + Udp Header + user data
945 @param[in, out] Head The list header.
2538 The header type of IPv4 device path node is MESSAGING_DEVICE_PATH.
2539 The header subtype of IPv4 device path node is MSG_IPv4_DP.
2548 @param[in] Protocol The protocol type in the IP header.
2565 Node->Header.Type = MESSAGING_DEVICE_PATH;
2566 Node->Header.SubType = MSG_IPv4_DP;
2567 SetDevicePathNodeLength (&Node->Header, sizeof (IPv4_DEVICE_PATH));
2595 The header type of IPv6 device path node is MESSAGING_DEVICE_PATH.
2596 The header subtype of IPv6 device path node is MSG_IPv6_DP.
2605 @param[in] Protocol The protocol type in the IP header.
2620 Node->Header.Type = MESSAGING_DEVICE_PATH;
2621 Node->Header.SubType = MSG_IPv6_DP;
2622 SetDevicePathNodeLength (&Node->Header, sizeof (IPv6_DEVICE_PATH));
3378 CHAR8 *Header;
3385 Header = NULL;
3402 Header = QueryName;
3403 Tail = Header + 1;
3408 *Header = (CHAR8) Len;
3409 Header = Tail;
3417 *Header = (CHAR8) Len;