1 /*************************************************
2 * rpld - an IBM style RIPL server *
3 *************************************************/
8 * Copyright (c) 2000 James McKenzie <james@fishsoup.dhs.org>,
11 * By using this file, you agree to the terms and conditions set
12 * forth in the LICENCE file which can be found at the top level of
13 * the rpld distribution.
15 * IBM is a trademark of IBM corp.
20 * $Id: llc.h,v 1.11 2000/09/26 01:41:08 root Exp $
25 * Revision 1.11 2000/09/26 01:41:08 root
28 * Revision 1.10 2000/09/26 01:39:17 root
31 * Revision 1.9 2000/09/26 01:03:19 root
42 int (*recv)(struct llcdrv *,unsigned char *,int,unsigned char *,unsigned char *,struct timeval *); \
43 int (*send)(struct llcdrv *,unsigned char *,unsigned char,unsigned char *,int); \
44 unsigned char *(*mac)(struct llcdrv *); \
45 int (*add_multicast)(struct llcdrv *,unsigned char *); \
46 void (*close)(struct llcdrv *)
53 extern struct llcdrv *llc_open (unsigned char, char *);
55 #endif /* __LLC_H__ */