In addition to standard UDP header fields, buf_index field has been added allowing applications to re-read the received data many times by reinitializing reading based on the address stored in this field.
Definition at line 488 of file tcp_ip.h.
Data Fields | |
UINT16 | sport |
UINT16 | dport |
UINT16 | tlen |
UINT16 | checksum |
UINT16 | buf_index |
|
Source port Definition at line 490 of file tcp_ip.h. Referenced by process_udp_in(). |
|
Destination port Definition at line 491 of file tcp_ip.h. Referenced by process_udp_in(). |
|
total len (UDP part) Definition at line 492 of file tcp_ip.h. Referenced by process_udp_in(). |
|
UDP checksum Definition at line 493 of file tcp_ip.h. Referenced by process_udp_in(). |
|
Data offsett from the start of network buffer Definition at line 494 of file tcp_ip.h. Referenced by process_udp_in(). |