/usr/src/linux-oem-headers-4.15.0-1009/include/linux/l2tp.h is in linux-oem-headers-4.15.0-1009 4.15.0-1009.12.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /* SPDX-License-Identifier: GPL-2.0 */
/*
* L2TP-over-IP socket for L2TPv3.
*
* Author: James Chapman <jchapman@katalix.com>
*/
#ifndef _LINUX_L2TP_H_
#define _LINUX_L2TP_H_
#include <linux/in.h>
#include <linux/in6.h>
#include <uapi/linux/l2tp.h>
#endif
|