Andrei
By: a guest | Feb 14th, 2010 | Syntax:
C | Size: 0.22 KB | Hits: 312 | Expires: Never
#include <linux/types.h>
#define DRIVER_AUTHOR "Andrei SAMBRA <andrei.sambra@telecom-sudparis.eu>"
#define DRIVER_DESC "Generic Protocol"
#define IPPROTO_RPMP 150
struct rpmphdr {
__be16 dport;
__u16 type;
};