File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src / l2tp.h
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:39:23 2021 UTC (3 years, 3 months ago) by misho
Branches: mpd, MAIN
CVS tags: v5_9p16, v5_9, HEAD
mpd 5.9


/*
 * l2tp.h
 *
 * Written by Alexander Motin <mav@FreeBSD.org>
 */

#ifndef _L2TP_H_
#define	_L2TP_H_

#include "command.h"
#include "phys.h"
#include "ip.h"

/*
 * VARIABLES
 */

  extern const struct cmdtab	L2tpSetCmds[];
  extern const struct phystype	gL2tpPhysType;

  extern int	L2tpsStat(Context ctx, int ac, const char *const av[], const void *arg);

#endif


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>