Searched defs:arc_rfc1201 (Results 1 – 5 of 5) sorted by relevance
59 struct arc_rfc1201 { struct60 __u8 proto; /* protocol ID field - varies */61 __u8 split_flag; /* for use with split packets */62 __be16 sequence; /* sequence number */63 __u8 payload[]; /* space remaining in packet (504 bytes)*/
39 struct arc_rfc1201 { struct40 __u8 proto;41 __u8 split_flag;42 __be16 sequence;43 __u8 payload[0];
59 struct arc_rfc1201 { struct60 __u8 proto; /* protocol ID field - varies */61 __u8 split_flag; /* for use with split packets */62 __be16 sequence; /* sequence number */63 __u8 payload[0]; /* space remaining in packet (504 bytes)*/
26 struct arc_rfc1201 { struct27 __u8 proto;28 __u8 split_flag;29 __be16 sequence;30 __u8 payload[0];