Searched defs:pkt_hdr (Results 1 – 3 of 3) sorted by relevance
39 struct pkt_hdr { struct40 uint8_t magic[2];41 uint8_t pad;42 uint8_t flag;43 uint8_t unk1;44 uint8_t seq;45 uint8_t unk2;46 uint8_t unk3;47 uint32_t timestamp;
87 struct pkt_hdr { struct88 __le16 size;89 __le16 vpi;90 __le16 vci;91 __le16 type;
492 int pkt_hdr; in seeq8005_rx() local