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 462 of file tcp_ip.h.
Data Fields | |
| UINT16 | sport |
| UINT16 | dport |
| UINT16 | tlen |
| UINT16 | checksum |
| UINT16 | buf_index |
|
|
Source port Definition at line 464 of file tcp_ip.h. Referenced by process_udp_in(). |
|
|
Destination port Definition at line 465 of file tcp_ip.h. Referenced by process_udp_in(). |
|
|
total len (UDP part) Definition at line 466 of file tcp_ip.h. Referenced by process_udp_in(). |
|
|
UDP checksum Definition at line 467 of file tcp_ip.h. Referenced by process_udp_in(). |
|
|
Data offsett from the start of network buffer Definition at line 468 of file tcp_ip.h. Referenced by process_udp_in(). |
1.2.18