diff options
| author | Sridhar Samudrala <sri@us.ibm.com> | 2003-08-27 01:02:04 -0700 |
|---|---|---|
| committer | Sridhar Samudrala <sri@us.ibm.com> | 2003-08-27 01:02:04 -0700 |
| commit | b5c67280c349e9341bfaa9d0e6bbfa176344bb2e (patch) | |
| tree | 38612df46733d958841790642e94420b7589c642 /include/linux | |
| parent | bfaa8bf5be42f488ac83f7fc2e20b0d923e20d0d (diff) | |
[SCTP] SCTP_SET_PEER_PRIMARY socket option support. (Kevin Gao)
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sctp.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/linux/sctp.h b/include/linux/sctp.h index 6ebaff34570c..6131e3c9aa45 100644 --- a/include/linux/sctp.h +++ b/include/linux/sctp.h @@ -1,7 +1,7 @@ /* SCTP kernel reference Implementation + * (C) Copyright IBM Corp. 2001, 2003 * Copyright (c) 1999-2000 Cisco, Inc. * Copyright (c) 1999-2001 Motorola, Inc. - * Copyright (c) 2001-2002 International Business Machines, Corp. * Copyright (c) 2001 Intel Corp. * Copyright (c) 2001 Nokia, Inc. * Copyright (c) 2001 La Monte H.P. Yarroll @@ -42,6 +42,8 @@ * randall@sctp.chicago.il.us * kmorneau@cisco.com * qxie1@email.mot.com + * Sridhar Samudrala <sri@us.ibm.com> + * Kevin Gao <kevin.gao@intel.com> * * Any bugs reported given to us we will try to fix... any fixes shared will * be incorporated into the next SCTP release. @@ -507,6 +509,11 @@ typedef struct sctp_cwr_chunk { * The ASCONF Parameter Response is used in the ASCONF-ACK to * report status of ASCONF processing. */ +typedef struct sctp_addip_param { + sctp_paramhdr_t param_hdr; + __u32 crr_id; +}sctp_addip_param_t __attribute__((packed)); + typedef struct sctp_addiphdr { __u32 serial; __u8 params[0]; |
