sctp_structs.h (9c79794016d679440487dea61b3b986397c9ecbb) sctp_structs.h (de4ab55e43a568436c4068a5c23225ae17458b0d)
1/*-
2 * Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are met:
6 *
7 * a) Redistributions of source code must retain the above copyright notice,
8 * this list of conditions and the following disclaimer.

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

141
142struct sctp_asconf_iterator {
143 struct sctpladdr list_of_work;
144 int cnt;
145};
146
147struct sctp_net_route {
148 sctp_rtentry_t *ro_rt;
1/*-
2 * Copyright (c) 2001-2008, by Cisco Systems, Inc. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are met:
6 *
7 * a) Redistributions of source code must retain the above copyright notice,
8 * this list of conditions and the following disclaimer.

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

141
142struct sctp_asconf_iterator {
143 struct sctpladdr list_of_work;
144 int cnt;
145};
146
147struct sctp_net_route {
148 sctp_rtentry_t *ro_rt;
149 void *ro_lle;
149 union sctp_sockstore _l_addr; /* remote peer addr */
150 struct sctp_ifa *_s_addr; /* our selected src addr */
151};
152
153struct htcp {
154 uint16_t alpha; /* Fixed point arith, << 7 */
155 uint8_t beta; /* Fixed point arith, << 7 */
156 uint8_t modeswitch; /* Delay modeswitch until we had at least one

--- 926 unchanged lines hidden ---
150 union sctp_sockstore _l_addr; /* remote peer addr */
151 struct sctp_ifa *_s_addr; /* our selected src addr */
152};
153
154struct htcp {
155 uint16_t alpha; /* Fixed point arith, << 7 */
156 uint8_t beta; /* Fixed point arith, << 7 */
157 uint8_t modeswitch; /* Delay modeswitch until we had at least one

--- 926 unchanged lines hidden ---