X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/998f1c564e1dc729325cf25f130eaeb9562e745f..8e607fbac38978491ad0eeb333b5af2c03ad996e:/l2tpns.h?ds=inline diff --git a/l2tpns.h b/l2tpns.h index 4b55f43..5a5b704 100644 --- a/l2tpns.h +++ b/l2tpns.h @@ -1,5 +1,5 @@ // L2TPNS Global Stuff -// $Id: l2tpns.h,v 1.66 2005-05-07 11:57:53 bodea Exp $ +// $Id: l2tpns.h,v 1.67 2005-05-07 13:12:25 bodea Exp $ #ifndef __L2TPNS_H__ #define __L2TPNS_H__ @@ -589,7 +589,7 @@ void processipv6in(tunnelidt t, sessionidt s, uint8_t *p, uint16_t l); void processccp(tunnelidt t, sessionidt s, uint8_t *p, uint16_t l); void sendchap(tunnelidt t, sessionidt s); uint8_t *makeppp(uint8_t *b, int size, uint8_t *p, int l, tunnelidt t, sessionidt s, uint16_t mtype); -void initlcp(tunnelidt t, sessionidt s); +void sendlcp(tunnelidt t, sessionidt s, int authtype); void send_ipin(sessionidt s, uint8_t *buf, int len);