Lines Matching defs:Udp4hdr
33 typedef struct Udp4hdr Udp4hdr; typedef
34 struct Udp4hdr struct
37 uchar vihl; /* Version and header length */
38 uchar tos; /* Type of service */
39 uchar length[2]; /* packet length */
40 uchar id[2]; /* Identification */
41 uchar frag[2]; /* Fragment information */
42 uchar Unused;
43 uchar udpproto; /* Protocol */
44 uchar udpplen[2]; /* Header plus data length */
45 uchar udpsrc[IPv4addrlen]; /* Ip source */
46 uchar udpdst[IPv4addrlen]; /* Ip destination */
49 uchar udpsport[2]; /* Source port */
50 uchar udpdport[2]; /* Destination port */
51 uchar udplen[2]; /* data length */
52 uchar udpcksum[2]; /* Checksum */