The following functions and variables are designated as internal to the UDP module.
Functions
|
Name |
Description |
![]() |
Matches an incoming UDP segment to a currently active socket. |
Macros
|
Name |
Description |
![]() |
Last port number for randomized local port number selection | |
![]() |
First port number for randomized local port number selection |
Module
Structures
|
Name |
Description |
![]() |
Stores the header of a UDP packet | |
![]() |
Stores information about a current UDP socket |
Types
|
Name |
Description |
![]() |
Stores a UDP Port Number |
Variables
|
Name |
Description |
![]() |
Indicates which UDP socket is currently active | |
![]() |
Indicates the last socket to which data was written | |
![]() |
Indicates which socket has currently received data for this loop | |
![]() |
Number of bytes read from this UDP segment | |
![]() |
Stores an array of information pertaining to each UDP socket | |
![]() |
Number of bytes written to this UDP segment | |
![]() |
Offset from beginning of payload from where data is to be read. | |
![]() |
Offset from beginning of payload where data is to be written. |