Searched defs:rx_header (Results 1 – 3 of 3) sorted by relevance
61 struct rx_header { struct62 uint32_t epoch;63 uint32_t connid; /* And channel ID */64 uint32_t callid;65 uint32_t seqno;66 uint32_t serialno;67 u_char type;68 u_char flags;69 u_char status;70 u_char secindex;[all …]
75 struct rx_header { struct76 nd_uint32_t epoch;77 nd_uint32_t cid;78 nd_uint32_t callNumber;79 nd_uint32_t seq;80 nd_uint32_t serial;81 nd_uint8_t type;92 nd_uint8_t flags;100 nd_uint8_t userStatus;101 nd_uint8_t securityIndex;[all …]
778 struct bfe_rxheader *rx_header; in bfe_list_newbuf() local