RTEMS CPU Kit with SuperCore  4.11.3
Data Structures | Macros
udp_var.h File Reference
#include <netinet/ip_var.h>
#include <netinet/udp.h>
Include dependency graph for udp_var.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  udpiphdr
 
struct  udpstat
 

Macros

#define ui_next   ui_i.ih_next
 
#define ui_prev   ui_i.ih_prev
 
#define ui_x1   ui_i.ih_x1
 
#define ui_pr   ui_i.ih_pr
 
#define ui_len   ui_i.ih_len
 
#define ui_src   ui_i.ih_src
 
#define ui_dst   ui_i.ih_dst
 
#define ui_sport   ui_u.uh_sport
 
#define ui_dport   ui_u.uh_dport
 
#define ui_ulen   ui_u.uh_ulen
 
#define ui_sum   ui_u.uh_sum
 
#define UDPCTL_CHECKSUM   1 /* checksum UDP packets */
 
#define UDPCTL_STATS   2 /* statistics (read-only) */
 
#define UDPCTL_MAXDGRAM   3 /* max datagram size */
 
#define UDPCTL_RECVSPACE   4 /* default receive buffer space */
 
#define UDPCTL_PCBLIST   5 /* list of PCBs for UDP sockets */
 
#define UDPCTL_MAXID   6
 
#define UDPCTL_NAMES
 

Macro Definition Documentation

◆ UDPCTL_NAMES

#define UDPCTL_NAMES
Value:
{ \
{ 0, 0 }, \
{ "checksum", CTLTYPE_INT }, \
{ "stats", CTLTYPE_STRUCT }, \
{ "maxdgram", CTLTYPE_INT }, \
{ "recvspace", CTLTYPE_INT }, \
}