sctp.h (2afb3e849f339b0b7135ffb43c70fb077cf53b13) | sctp.h (851b7298b3f8f09d1a337bcd5bbe7222543872f5) |
---|---|
1/*- 2 * Copyright (c) 2001-2007, 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. --- 465 unchanged lines hidden (view full) --- 474/*- 475 * mobility_features parameters (by micchie).Note 476 * these features are applied against the 477 * sctp_mobility_features flags.. not the sctp_features 478 * flags. 479 */ 480#define SCTP_MOBILITY_BASE 0x00000001 481#define SCTP_MOBILITY_FASTHANDOFF 0x00000002 | 1/*- 2 * Copyright (c) 2001-2007, 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. --- 465 unchanged lines hidden (view full) --- 474/*- 475 * mobility_features parameters (by micchie).Note 476 * these features are applied against the 477 * sctp_mobility_features flags.. not the sctp_features 478 * flags. 479 */ 480#define SCTP_MOBILITY_BASE 0x00000001 481#define SCTP_MOBILITY_FASTHANDOFF 0x00000002 |
482#define SCTP_MOBILITY_DO_FASTHANDOFF 0x00000004 | 482#define SCTP_MOBILITY_PRIM_DELETED 0x00000004 |
483 484 485#define SCTP_SMALLEST_PMTU 512 /* smallest pmtu allowed when disabling PMTU 486 * discovery */ 487 488#include <netinet/sctp_uio.h> 489 490/* This dictates the size of the packet --- 49 unchanged lines hidden --- | 483 484 485#define SCTP_SMALLEST_PMTU 512 /* smallest pmtu allowed when disabling PMTU 486 * discovery */ 487 488#include <netinet/sctp_uio.h> 489 490/* This dictates the size of the packet --- 49 unchanged lines hidden --- |