/*
* netsniff-ng - the packet sniffing beast
* Copyright 2009 - 2013 Daniel Borkmann.
* Subject to the GPL, version 2.
*/
#ifndef LINKTYPE_H
#define LINKTYPE_H
#define LINKTYPE_NULL 0
#define LINKTYPE_EN10MB 1
#define LINKTYPE_EN3MB 2
#define LINKTYPE_AX25 3
#define LINKTYPE_PRONET 4
#define LINKTYPE_CHAOS 5
#define LINKTYPE_IEEE802 6
#define LINKTYPE_SLIP 8
#define LINKTYPE_PPP 9
#define LINKTYPE_FDDI 10
#define LINKTYPE_ATM_CLIP 19
#define LINKTYPE_C_HDLC 104
#define LINKTYPE_IEEE802_11 105
#define LINKTYPE_FRELAY 107
#define LINKTYPE_ECONET 115
#define LINKTYPE_ARCNET_LINUX 129
#define LINKTYPE_LINUX_IRDA 144
#define LINKTYPE_CAN20B 190
#define LINKTYPE_IEEE802_15_4_LINUX 191
#define LINKTYPE_INFINIBAND 247
#define LINKTYPE_NETLINK 253
#define LINKTYPE_MAX 254
#endif
='/cgit.cgi/linux/net-next.git/'>net-next.git
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Pull sparc fixes from David Miller:
"Several small bug fixes and tidies, along with a fix for non-resumable
memory errors triggered by userspace"
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc:
sparc64: Handle PIO & MEM non-resumable errors.
sparc64: Zero pages on allocation for mondo and error queues.
sparc: Fixed typo in sstate.c. Replaced panicing with panicking
sparc: use symbolic names for tsb indexing