mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 16:41:25 +00:00
sctp: remove the typedef sctp_hostname_param_t
Remove this typedef, there is even no places using it. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
365ddb65e7
commit
df9af0063f
1 changed files with 2 additions and 2 deletions
|
@ -291,10 +291,10 @@ struct sctp_cookie_preserve_param {
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Section 3.3.2.1 Host Name Address (11) */
|
/* Section 3.3.2.1 Host Name Address (11) */
|
||||||
typedef struct sctp_hostname_param {
|
struct sctp_hostname_param {
|
||||||
struct sctp_paramhdr param_hdr;
|
struct sctp_paramhdr param_hdr;
|
||||||
uint8_t hostname[0];
|
uint8_t hostname[0];
|
||||||
} sctp_hostname_param_t;
|
};
|
||||||
|
|
||||||
/* Section 3.3.2.1 Supported Address Types (12) */
|
/* Section 3.3.2.1 Supported Address Types (12) */
|
||||||
typedef struct sctp_supported_addrs_param {
|
typedef struct sctp_supported_addrs_param {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue