summaryrefslogtreecommitdiffstats
path: root/libc/kernel/common/linux/if_pppolac.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2009-05-20 13:00:10 +0200
committerDavid 'Digit' Turner <digit@google.com>2009-05-20 13:00:10 +0200
commite5446feb21a991426fb683d077a1a8ca5831ac0f (patch)
treed450c459c5cd3de7b2a9cdc7c0e42d5190a3813f /libc/kernel/common/linux/if_pppolac.h
parent8169573c8744ee3a484ea74bd5e06a8a4f708e37 (diff)
downloadbionic-e5446feb21a991426fb683d077a1a8ca5831ac0f.zip
bionic-e5446feb21a991426fb683d077a1a8ca5831ac0f.tar.gz
bionic-e5446feb21a991426fb683d077a1a8ca5831ac0f.tar.bz2
Add <linux/ipsec.h> and <linux/if_pppolac.h> for VPN support.
Also update tools/update_all.py to not use perforce add/edit/delete commands automatically now that we're using git
Diffstat (limited to 'libc/kernel/common/linux/if_pppolac.h')
-rw-r--r--libc/kernel/common/linux/if_pppolac.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/libc/kernel/common/linux/if_pppolac.h b/libc/kernel/common/linux/if_pppolac.h
new file mode 100644
index 0000000..bf6eba0
--- /dev/null
+++ b/libc/kernel/common/linux/if_pppolac.h
@@ -0,0 +1,29 @@
+/****************************************************************************
+ ****************************************************************************
+ ***
+ *** This header was automatically generated from a Linux kernel header
+ *** of the same name, to make information necessary for userspace to
+ *** call into the kernel available to libc. It contains only constants,
+ *** structures, and macros generated from the original header, and thus,
+ *** contains no copyrightable information.
+ ***
+ ****************************************************************************
+ ****************************************************************************/
+#ifndef __LINUX_IF_PPPOLAC_H
+#define __LINUX_IF_PPPOLAC_H
+
+#include <linux/socket.h>
+#include <linux/types.h>
+
+#define PX_PROTO_OLAC 2
+
+struct sockaddr_pppolac {
+ sa_family_t sa_family;
+ unsigned int sa_protocol;
+ int udp_socket;
+ struct __attribute__((packed)) {
+ __u16 tunnel, session;
+ } local, remote;
+} __attribute__((packed));
+
+#endif