summaryrefslogtreecommitdiffstats
path: root/include/netlink/errno.h
diff options
context:
space:
mode:
authorThomas Graf <tgr@lsx.(none)>2010-07-02 14:06:59 +0200
committerThomas Graf <tgr@lsx.(none)>2010-07-02 14:06:59 +0200
commitdb5bd57899affbcaf42ac0b93c5c7be8f51ca390 (patch)
treeca9e9cc76aad8662a7ac4005f7807ae6d476e3c7 /include/netlink/errno.h
parentd378220c96c3c8b6f27dca33e7d8ba03318f9c2d (diff)
downloadandroid_external_libnl-db5bd57899affbcaf42ac0b93c5c7be8f51ca390.tar.gz
android_external_libnl-db5bd57899affbcaf42ac0b93c5c7be8f51ca390.tar.bz2
android_external_libnl-db5bd57899affbcaf42ac0b93c5c7be8f51ca390.zip
Packet Location Interface
Diffstat (limited to 'include/netlink/errno.h')
-rw-r--r--include/netlink/errno.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/netlink/errno.h b/include/netlink/errno.h
index 0b43da0..c8a376e 100644
--- a/include/netlink/errno.h
+++ b/include/netlink/errno.h
@@ -45,8 +45,9 @@ extern "C" {
#define NLE_PROTO_MISMATCH 26
#define NLE_NOACCESS 27
#define NLE_PERM 28
+#define NLE_PKTLOC_FILE 29
-#define NLE_MAX NLE_PERM
+#define NLE_MAX NLE_PKTLOC_FILE
extern const char * nl_geterror(int);
extern void nl_perror(int, const char *);