Deleted Added
full compact
sctp_uio.h (168124) sctp_uio.h (168299)
1/*-
2 * Copyright (c) 2001-2007, Cisco Systems, Inc. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are met:
6 *
7 * a) Redistributions of source code must retain the above copyright notice,
8 * this list of conditions and the following disclaimer.

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

25 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
28 * THE POSSIBILITY OF SUCH DAMAGE.
29 */
30
31/* $KAME: sctp_uio.h,v 1.11 2005/03/06 16:04:18 itojun Exp $ */
32#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2001-2007, Cisco Systems, Inc. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are met:
6 *
7 * a) Redistributions of source code must retain the above copyright notice,
8 * this list of conditions and the following disclaimer.

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

25 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
28 * THE POSSIBILITY OF SUCH DAMAGE.
29 */
30
31/* $KAME: sctp_uio.h,v 1.11 2005/03/06 16:04:18 itojun Exp $ */
32#include <sys/cdefs.h>
33__FBSDID("$FreeBSD: head/sys/netinet/sctp_uio.h 168124 2007-03-31 11:47:30Z rrs $");
33__FBSDID("$FreeBSD: head/sys/netinet/sctp_uio.h 168299 2007-04-03 11:15:32Z rrs $");
34
35#ifndef __sctp_uio_h__
36#define __sctp_uio_h__
37
38
39#if ! defined(_KERNEL)
40#include <stdint.h>
41#endif

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

961/*
962 * Kernel defined for sctp_send
963 */
964#if defined(_KERNEL)
965int
966sctp_lower_sosend(struct socket *so,
967 struct sockaddr *addr,
968 struct uio *uio,
34
35#ifndef __sctp_uio_h__
36#define __sctp_uio_h__
37
38
39#if ! defined(_KERNEL)
40#include <stdint.h>
41#endif

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

961/*
962 * Kernel defined for sctp_send
963 */
964#if defined(_KERNEL)
965int
966sctp_lower_sosend(struct socket *so,
967 struct sockaddr *addr,
968 struct uio *uio,
969
969 struct mbuf *top,
970 struct mbuf *control,
971 int flags,
972 int use_rcvinfo,
973 struct sctp_sndrcvinfo *srcv,
974 struct thread *p
975);
976

--- 56 unchanged lines hidden ---
970 struct mbuf *top,
971 struct mbuf *control,
972 int flags,
973 int use_rcvinfo,
974 struct sctp_sndrcvinfo *srcv,
975 struct thread *p
976);
977

--- 56 unchanged lines hidden ---