mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
net: cosmetic: Un-typedef IP_t
Rename IP header related things to IP_UDP. The existing definition of IP_t includes UDP header, so name it to accurately describe the structure. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
@@ -322,7 +322,7 @@ TftpSend(void)
|
||||
* We will always be sending some sort of packet, so
|
||||
* cobble together the packet headers now.
|
||||
*/
|
||||
pkt = (uchar *)(NetTxPacket + NetEthHdrSize() + IP_HDR_SIZE);
|
||||
pkt = NetTxPacket + NetEthHdrSize() + IP_UDP_HDR_SIZE;
|
||||
|
||||
switch (TftpState) {
|
||||
case STATE_SEND_RRQ:
|
||||
|
Reference in New Issue
Block a user