XINU
Data Fields
udpentry Struct Reference

#include <udp.h>

Collaboration diagram for udpentry:
Collaboration graph
[legend]

Data Fields

int32 udcount
 
int32 udhead
 
uint16 udlocport
 
pid32 udpid
 
struct netpacketudqueue [UDP_QSIZ]
 
uint32 udremip
 
uint16 udremport
 
int32 udstate
 
int32 udtail
 

Detailed Description

Definition at line 20 of file udp.h.

Field Documentation

◆ udcount

int32 udpentry::udcount

Definition at line 28 of file udp.h.

Referenced by udp_in(), udp_recv(), udp_recvaddr(), udp_register(), udp_release(), and xsh_udpdump().

◆ udhead

int32 udpentry::udhead

Definition at line 26 of file udp.h.

Referenced by udp_recv(), udp_recvaddr(), udp_register(), and udp_release().

◆ udlocport

uint16 udpentry::udlocport

Definition at line 25 of file udp.h.

Referenced by udp_in(), udp_register(), udp_send(), udp_sendto(), and xsh_udpdump().

◆ udpid

pid32 udpentry::udpid

Definition at line 29 of file udp.h.

Referenced by udp_in(), udp_recv(), udp_recvaddr(), udp_register(), and xsh_udpdump().

◆ udqueue

struct netpacket* udpentry::udqueue[UDP_QSIZ]

Definition at line 30 of file udp.h.

Referenced by udp_in(), udp_recv(), udp_recvaddr(), and udp_release().

◆ udremip

uint32 udpentry::udremip

Definition at line 22 of file udp.h.

Referenced by udp_in(), udp_register(), udp_send(), and xsh_udpdump().

◆ udremport

uint16 udpentry::udremport

Definition at line 24 of file udp.h.

Referenced by udp_in(), udp_register(), udp_send(), and xsh_udpdump().

◆ udstate

int32 udpentry::udstate

◆ udtail

int32 udpentry::udtail

Definition at line 27 of file udp.h.

Referenced by udp_in(), and udp_register().


The documentation for this struct was generated from the following file: