Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

udphdr Struct Reference

#include <udp.h>


Data Fields

__u16 source
__u16 dest
__u16 len
__u16 check


Field Documentation

__u16 udphdr::check
 

Definition at line 25 of file linux/udp.h.

Referenced by hamachi_start_xmit(), udp_sendmsg(), and udpv6_sendmsg().

__u16 udphdr::dest
 

Definition at line 23 of file linux/udp.h.

Referenced by divert_frame(), ip6_fw_accept_trans(), ip_fw_check(), udp_err(), udp_sendmsg(), udp_v4_mcast_deliver(), udpv6_err(), udpv6_mcast_deliver(), and udpv6_sendmsg().

__u16 udphdr::len
 

Definition at line 24 of file linux/udp.h.

Referenced by masq_quake_in(), masq_quake_out(), udp_rcv(), udp_sendmsg(), udpv6_rcv(), and udpv6_sendmsg().

__u16 udphdr::source
 

Definition at line 22 of file linux/udp.h.

Referenced by divert_frame(), ip6_fw_accept_trans(), ip_fw_check(), udp_err(), udp_sendmsg(), udp_v4_mcast_deliver(), udpv6_err(), udpv6_mcast_deliver(), and udpv6_sendmsg().


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