Home
last modified time | relevance | path

Searched defs:Udp4hdr (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/9/ip/
H A Dudp.c33 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 */
[all …]