Deleted Added
full compact
spx.h (26965) spx.h (38482)
1/*
2 * Copyright (c) 1995, Mike Mitchell
3 * Copyright (c) 1984, 1985, 1986, 1987, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 19 unchanged lines hidden (view full) ---

28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 * SUCH DAMAGE.
33 *
34 * @(#)spx.h
35 *
1/*
2 * Copyright (c) 1995, Mike Mitchell
3 * Copyright (c) 1984, 1985, 1986, 1987, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 19 unchanged lines hidden (view full) ---

28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 * SUCH DAMAGE.
33 *
34 * @(#)spx.h
35 *
36 * $Id: spx.h,v 1.12 1997/05/10 09:58:56 jhay Exp $
36 * $Id: spx.h,v 1.13 1997/06/26 19:36:00 jhay Exp $
37 */
38
39#ifndef _NETIPX_SPX_H_
40#define _NETIPX_SPX_H_
41
42/*
43 * Definitions for IPX style Sequenced Packet Protocol
44 */

--- 123 unchanged lines hidden (view full) ---

168#define sotospxpcb(so) (ipxtospxpcb(sotoipxpcb(so)))
169
170#ifdef KERNEL
171
172extern struct pr_usrreqs spx_usrreqs;
173extern struct pr_usrreqs spx_usrreq_sps;
174
175void spx_ctlinput __P((int cmd, struct sockaddr *arg_as_sa, void *dummy));
37 */
38
39#ifndef _NETIPX_SPX_H_
40#define _NETIPX_SPX_H_
41
42/*
43 * Definitions for IPX style Sequenced Packet Protocol
44 */

--- 123 unchanged lines hidden (view full) ---

168#define sotospxpcb(so) (ipxtospxpcb(sotoipxpcb(so)))
169
170#ifdef KERNEL
171
172extern struct pr_usrreqs spx_usrreqs;
173extern struct pr_usrreqs spx_usrreq_sps;
174
175void spx_ctlinput __P((int cmd, struct sockaddr *arg_as_sa, void *dummy));
176int spx_ctloutput __P((int req, struct socket *so, int level, int name,
177 struct mbuf **value, struct proc *p));
176int spx_ctloutput __P((struct socket *so, struct sockopt *sopt));
178void spx_fasttimo __P((void));
179void spx_init __P((void));
180void spx_input __P((struct mbuf *m, struct ipxpcb *ipxp));
181void spx_slowtimo __P((void));
182
183#endif /* KERNEL */
184
185#endif /* !_NETIPX_SPX_H_ */
177void spx_fasttimo __P((void));
178void spx_init __P((void));
179void spx_input __P((struct mbuf *m, struct ipxpcb *ipxp));
180void spx_slowtimo __P((void));
181
182#endif /* KERNEL */
183
184#endif /* !_NETIPX_SPX_H_ */