Deleted Added
full compact
spx.h (24659) spx.h (25345)
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.9 1997/02/22 09:41:58 peter Exp $
36 * $Id: spx.h,v 1.10 1997/04/05 20:05:10 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 */

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

172extern struct pr_usrreqs spx_usrreqs;
173extern struct pr_usrreqs spx_usrreq_sps;
174
175void spx_abort __P((struct ipxpcb *ipxp));
176struct spxpcb *
177 spx_close __P((struct spxpcb *cb));
178void spx_ctlinput __P((int cmd, struct sockaddr *arg_as_sa, void *dummy));
179int spx_ctloutput __P((int req, struct socket *so, int level, int name,
37 */
38
39#ifndef _NETIPX_SPX_H_
40#define _NETIPX_SPX_H_
41
42/*
43 * Definitions for IPX style Sequenced Packet Protocol
44 */

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

172extern struct pr_usrreqs spx_usrreqs;
173extern struct pr_usrreqs spx_usrreq_sps;
174
175void spx_abort __P((struct ipxpcb *ipxp));
176struct spxpcb *
177 spx_close __P((struct spxpcb *cb));
178void spx_ctlinput __P((int cmd, struct sockaddr *arg_as_sa, void *dummy));
179int spx_ctloutput __P((int req, struct socket *so, int level, int name,
180 struct mbuf **value));
180 struct mbuf **value, struct proc *p));
181struct spxpcb *
182 spx_disconnect __P((struct spxpcb *cb));
183struct spxpcb *
184 spx_drop __P((struct spxpcb *cb, int errno));
185void spx_fasttimo __P((void));
186void spx_init __P((void));
187void spx_input __P((struct mbuf *m, struct ipxpcb *ipxp));
188int spx_output __P((struct spxpcb *cb, struct mbuf *m0));

--- 13 unchanged lines hidden ---
181struct spxpcb *
182 spx_disconnect __P((struct spxpcb *cb));
183struct spxpcb *
184 spx_drop __P((struct spxpcb *cb, int errno));
185void spx_fasttimo __P((void));
186void spx_init __P((void));
187void spx_input __P((struct mbuf *m, struct ipxpcb *ipxp));
188int spx_output __P((struct spxpcb *cb, struct mbuf *m0));

--- 13 unchanged lines hidden ---