socksctp.h (419dcee7) socksctp.h (bd670b35)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

111
112extern void sosctp_assoc_isconnecting(struct sctp_soassoc *ssa);
113extern void sosctp_assoc_isconnected(struct sctp_soassoc *ssa);
114extern void sosctp_assoc_isdisconnecting(struct sctp_soassoc *ssa);
115extern void sosctp_assoc_isdisconnected(struct sctp_soassoc *ssa, int error);
116
117extern int sosctp_waitconnected(struct sonode *so, int fmode);
118extern int sosctp_uiomove(mblk_t *hdr_mp, ssize_t count, ssize_t blk_size,
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

111
112extern void sosctp_assoc_isconnecting(struct sctp_soassoc *ssa);
113extern void sosctp_assoc_isconnected(struct sctp_soassoc *ssa);
114extern void sosctp_assoc_isdisconnecting(struct sctp_soassoc *ssa);
115extern void sosctp_assoc_isdisconnected(struct sctp_soassoc *ssa, int error);
116
117extern int sosctp_waitconnected(struct sonode *so, int fmode);
118extern int sosctp_uiomove(mblk_t *hdr_mp, ssize_t count, ssize_t blk_size,
119 int wroff, struct uio *uiop, int flags, cred_t *cr);
119 int wroff, struct uio *uiop, int flags);
120
121/*
122 * Data structure types.
123 */
124#define SOSCTP_SOCKET 0x1
125#define SOSCTP_ASSOC 0x2
126
127#define SOTOSSO(so) ((struct sctp_sonode *)(((char *)so) - \

--- 29 unchanged lines hidden ---
120
121/*
122 * Data structure types.
123 */
124#define SOSCTP_SOCKET 0x1
125#define SOSCTP_ASSOC 0x2
126
127#define SOTOSSO(so) ((struct sctp_sonode *)(((char *)so) - \

--- 29 unchanged lines hidden ---