root/include/linux/if_packet.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef __LINUX_IF_PACKET_H
   2 #define __LINUX_IF_PACKET_H
   3 
   4 struct sockaddr_pkt
   5 {
   6         unsigned short spkt_family;
   7         unsigned char spkt_device[14];
   8         unsigned short spkt_protocol;
   9 };
  10 
  11 #endif

/* [previous][next][first][last][top][bottom][index][help] */