Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9724
b: refs/heads/master
c: 20c9c82
h: refs/heads/master
v: v3
  • Loading branch information
Sridhar Samudrala authored and David S. Miller committed Oct 7, 2005
1 parent 9c61123 commit 71b9326
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5fe467ee9787007dd9b263eb42dde3742deb743b
refs/heads/master: 20c9c825b12fcb8526a29cf20a17a5a3fc581726
10 changes: 5 additions & 5 deletions trunk/include/net/sctp/user.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ struct sctp_paddr_change {
int spc_state;
int spc_error;
sctp_assoc_t spc_assoc_id;
};
} __attribute__((packed, aligned(4)));

/*
* spc_state: 32 bits (signed integer)
Expand Down Expand Up @@ -468,7 +468,7 @@ struct sctp_assocparams {
struct sctp_setpeerprim {
sctp_assoc_t sspp_assoc_id;
struct sockaddr_storage sspp_addr;
};
} __attribute__((packed, aligned(4)));

/*
* 7.1.10 Set Primary Address (SCTP_PRIMARY_ADDR)
Expand All @@ -481,7 +481,7 @@ struct sctp_setpeerprim {
struct sctp_prim {
sctp_assoc_t ssp_assoc_id;
struct sockaddr_storage ssp_addr;
};
} __attribute__((packed, aligned(4)));

/*
* 7.1.11 Set Adaption Layer Indicator (SCTP_ADAPTION_LAYER)
Expand All @@ -508,7 +508,7 @@ struct sctp_paddrparams {
struct sockaddr_storage spp_address;
__u32 spp_hbinterval;
__u16 spp_pathmaxrxt;
};
} __attribute__((packed, aligned(4)));

/*
* 7.2.2 Peer Address Information
Expand All @@ -527,7 +527,7 @@ struct sctp_paddrinfo {
__u32 spinfo_srtt;
__u32 spinfo_rto;
__u32 spinfo_mtu;
};
} __attribute__((packed, aligned(4)));

/* Peer addresses's state. */
enum sctp_spinfo_state {
Expand Down

0 comments on commit 71b9326

Please sign in to comment.