Searched defs:sctp_paddr_change (Results 1 – 3 of 3) sorted by relevance
235 struct sctp_paddr_change { struct236 __u16 spc_type;237 __u16 spc_flags;238 __u32 spc_length;239 struct sockaddr_storage spc_aaddr;240 int spc_state;241 int spc_error;242 sctp_assoc_t spc_assoc_id;
293 struct sctp_paddr_change { struct294 uint16_t spc_type;295 uint16_t spc_flags;296 uint32_t spc_length;297 struct sockaddr_storage spc_aaddr;298 uint32_t spc_state;299 uint32_t spc_error;300 sctp_assoc_t spc_assoc_id;301 uint8_t spc_padding[4];
351 struct sctp_paddr_change { struct352 uint16_t spc_type;353 uint16_t spc_flags;354 uint32_t spc_length;355 struct sockaddr_storage spc_aaddr;356 uint32_t spc_state;357 uint32_t spc_error;358 sctp_assoc_t spc_assoc_id;