rakhisharma

Untitled

Feb 13th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. /* XXX 3 bytes hole, try to pack */
  2.  
  3. int hdrlen; /* 16 4 */
  4. int encrypt; /* 20 4 */
  5. int iv_len; /* 24 4 */
  6. int icv_len; /* 28 4 */
  7. int priority; /* 32 4 */
  8. int ack_policy; /* 36 4 */
  9. u8 crc_err; /* 40 1 */
  10. u8 dst[6]; /* 41 6 */
  11. u8 src[6]; /* 47 6 */
  12. u8 ta[6]; /* 53 6 */
  13. u8 ra[6]; /* 59 6 */
  14. /* --- cacheline 1 boundary (64 bytes) was 1 bytes ago --- */
  15. u8 bssid[6]; /* 65 6 */
  16. u8 tcpchk_valid; /* 71 1 */
  17. u8 ip_chkrpt; /* 72 1 */
  18. u8 tcp_chkrpt; /* 73 1 */
  19. u8 signal_qual; /* 74 1 */
  20. s8 rx_mimo_signal_qual[2]; /* 75 2 */
  21. u8 mcs_rate; /* 77 1 */
  22. u8 htc; /* 78 1 */
  23. u8 signal_strength; /* 79 1 */
  24.  
  25. /* size: 80, cachelines: 2, members: 31 */
  26. /* sum members: 76, holes: 2, sum holes: 4 */
  27. /* last cacheline: 16 bytes */
Add Comment
Please, Sign In to add comment