Deleted Added
full compact
sctputil.h (168859) sctputil.h (168943)
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.

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

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
32/* $KAME: sctputil.h,v 1.15 2005/03/06 16:04:19 itojun Exp $ */
33
34#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.

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

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
32/* $KAME: sctputil.h,v 1.15 2005/03/06 16:04:19 itojun Exp $ */
33
34#include <sys/cdefs.h>
35__FBSDID("$FreeBSD: head/sys/netinet/sctputil.h 168859 2007-04-19 11:28:43Z rrs $");
35__FBSDID("$FreeBSD: head/sys/netinet/sctputil.h 168943 2007-04-22 11:06:27Z rrs $");
36#ifndef __sctputil_h__
37#define __sctputil_h__
38
39
40#if defined(_KERNEL)
41
42
43/*-

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

237
238int sctp_cmpaddr(struct sockaddr *, struct sockaddr *);
239
240void sctp_print_address(struct sockaddr *);
241void sctp_print_address_pkt(struct ip *, struct sctphdr *);
242
243void
244sctp_notify_partial_delivery_indication(struct sctp_tcb *stcb,
36#ifndef __sctputil_h__
37#define __sctputil_h__
38
39
40#if defined(_KERNEL)
41
42
43/*-

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

237
238int sctp_cmpaddr(struct sockaddr *, struct sockaddr *);
239
240void sctp_print_address(struct sockaddr *);
241void sctp_print_address_pkt(struct ip *, struct sctphdr *);
242
243void
244sctp_notify_partial_delivery_indication(struct sctp_tcb *stcb,
245 uint32_t error, int no_lock);
245 uint32_t error, int no_lock, uint32_t strseq);
246
247int
248sctp_release_pr_sctp_chunk(struct sctp_tcb *, struct sctp_tmit_chunk *,
249 int, struct sctpchunk_listhead *);
250
251struct mbuf *sctp_generate_invmanparam(int);
252
253

--- 123 unchanged lines hidden ---
246
247int
248sctp_release_pr_sctp_chunk(struct sctp_tcb *, struct sctp_tmit_chunk *,
249 int, struct sctpchunk_listhead *);
250
251struct mbuf *sctp_generate_invmanparam(int);
252
253

--- 123 unchanged lines hidden ---