Share Pastebin
Guest
Public paste!

Andrei

By: a guest | Feb 14th, 2010 | Syntax: C | Size: 0.22 KB | Hits: 312 | Expires: Never
Copy text to clipboard
  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. };