Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #if __UAPI_DEF_ETHHDR
  2. struct ethhdr {
  3. unsigned char h_dest[ETH_ALEN]; /* destination eth addr */
  4. unsigned char h_source[ETH_ALEN]; /* source ether addr */
  5. __be16 h_proto; /* packet type ID field */
  6. } __attribute__((packed));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement