Deleted Added
full compact
sctp_uio.h (234832) sctp_uio.h (234951)
1/*-
2 * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved.
3 * Copyright (c) 2008-2011, by Randall Stewart. All rights reserved.
4 * Copyright (c) 2008-2011, by Michael Tuexen. 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 are met:
8 *

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

27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
30 * THE POSSIBILITY OF SUCH DAMAGE.
31 */
32
33/* $KAME: sctp_uio.h,v 1.11 2005/03/06 16:04:18 itojun Exp $ */
34#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved.
3 * Copyright (c) 2008-2011, by Randall Stewart. All rights reserved.
4 * Copyright (c) 2008-2011, by Michael Tuexen. 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 are met:
8 *

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

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

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

164
165struct sctp_default_prinfo {
166 uint16_t pr_policy;
167 uint32_t pr_value;
168 sctp_assoc_t pr_assoc_id;
169};
170
171struct sctp_authinfo {
36
37#ifndef __sctp_uio_h__
38#define __sctp_uio_h__
39
40
41#if ! defined(_KERNEL)
42#include <stdint.h>
43#endif

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

164
165struct sctp_default_prinfo {
166 uint16_t pr_policy;
167 uint32_t pr_value;
168 sctp_assoc_t pr_assoc_id;
169};
170
171struct sctp_authinfo {
172 uint16_t auth_keyid;
172 uint16_t auth_keynumber;
173};
174
175struct sctp_rcvinfo {
176 uint16_t rcv_sid;
177 uint16_t rcv_ssn;
178 uint16_t rcv_flags;
179 uint32_t rcv_ppid;
180 uint32_t rcv_tsn;

--- 1120 unchanged lines hidden ---
173};
174
175struct sctp_rcvinfo {
176 uint16_t rcv_sid;
177 uint16_t rcv_ssn;
178 uint16_t rcv_flags;
179 uint32_t rcv_ppid;
180 uint32_t rcv_tsn;

--- 1120 unchanged lines hidden ---