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 (4 years ago) by misho
Branches: mpd, MAIN
CVS tags: v5_9p16, v5_9, HEAD
mpd 5.9

    1: 
    2: /*
    3:  * l2tp.h
    4:  *
    5:  * Written by Alexander Motin <mav@FreeBSD.org>
    6:  */
    7: 
    8: #ifndef _L2TP_H_
    9: #define	_L2TP_H_
   10: 
   11: #include "command.h"
   12: #include "phys.h"
   13: #include "ip.h"
   14: 
   15: /*
   16:  * VARIABLES
   17:  */
   18: 
   19:   extern const struct cmdtab	L2tpSetCmds[];
   20:   extern const struct phystype	gL2tpPhysType;
   21: 
   22:   extern int	L2tpsStat(Context ctx, int ac, const char *const av[], const void *arg);
   23: 
   24: #endif
   25: 

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