Advertisement
Guest User

Andrei

a guest
Feb 14th, 2010
634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.22 KB | None | 0 0
  1. #include <linux/types.h>
  2.  
  3. #define DRIVER_AUTHOR "Andrei SAMBRA <andrei.sambra@telecom-sudparis.eu>"
  4. #define DRIVER_DESC   "Generic Protocol"
  5.  
  6. #define IPPROTO_RPMP 150
  7.  
  8. struct rpmphdr {
  9.     __be16  dport;
  10.     __u16   type;
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement