Searched defs:Udp4hdr (Results 1 – 1 of 1) sorted by relevance
33 typedef struct Udp4hdr Udp4hdr; typedef34 struct Udp4hdr struct37 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 …]