Source
x
/*
* Copyright (c) 1997 by Procom Technology,Inc.
* 2001 by Arnaldo Carvalho de Melo <acme@conectiva.com.br>
*
* This program can be redistributed or modified under the terms of the
* GNU General Public License as published by the Free Software Foundation.
* This program is distributed without any warranty or implied warranty
* of merchantability or fitness for a particular purpose.
*
* See the GNU General Public License for more details.
*/
/* Defines LLC interface to network layer */
/* Available primitives */
/* Not supported at this time */
/* Primitive type */
/* Reset reasons, remote entity or local LLC */
/* Disconnect reasons */
/* Confirm reasons */
/* connect confirm & reset confirm */
/* connect confirm & reset confirm */
/* connect confirm & reset confirm */
/* connect confirm */
/* data conn */
/* data conn */
/* data conn */
/* disconnect conn */
/* */
int llc_establish_connection(struct sock *sk, u8 *lmac, u8 *dmac, u8 dsap);
int llc_build_and_send_pkt(struct sock *sk, struct sk_buff *skb);
int llc_send_disc(struct sock *sk);
/* LLC_IF_H */