Searched defs:Ilhdr (Results 1 – 1 of 1) sorted by relevance
34 typedef struct Ilhdr Ilhdr; typedef35 struct Ilhdr struct37 uchar sum[2]; /* Checksum including header */38 uchar len[2]; /* Packet length */39 uchar type; /* Packet type */40 uchar spec; /* Special */41 uchar src[2]; /* Src port */42 uchar dst[2]; /* Dst port */43 uchar id[4]; /* Sequence id */44 uchar ack[4]; /* Acked sequence */