Use __FBSDID().
This commit is contained in:
parent
6094d7f7c3
commit
5923199859
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* ITU-T Q.2110 - Process AA-signals (SAP_SSCOP)
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
@ -50,11 +48,6 @@
|
||||
#include <netatm/uni/sscop_misc.h>
|
||||
#include <netatm/uni/sscop_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Local functions
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* ITU-T Q.2110 - Process CPCS-signals (SSCOP PDUs)
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
@ -57,11 +55,6 @@
|
||||
#include <netatm/uni/sscop_pdu.h>
|
||||
#include <netatm/uni/sscop_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Local functions
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* ITU-T Q.2110 - Subroutines
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
@ -50,11 +48,6 @@
|
||||
#include <netatm/uni/sscop_misc.h>
|
||||
#include <netatm/uni/sscop_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Conditionally Clear Transmission Queues
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* ITU-T Q.SAAL1 - Process AA-signals (SAP_SSCOP)
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
@ -50,11 +48,6 @@
|
||||
#include <netatm/uni/sscop_misc.h>
|
||||
#include <netatm/uni/sscop_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Local functions
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* ITU-T Q.SAAL1 - Process CPCS-signals (SSCOP PDUs)
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
@ -57,11 +55,6 @@
|
||||
#include <netatm/uni/sscop_pdu.h>
|
||||
#include <netatm/uni/sscop_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Local functions
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* ITU-T Q.SAAL1 - Subroutines
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
@ -50,11 +48,6 @@
|
||||
#include <netatm/uni/sscop_misc.h>
|
||||
#include <netatm/uni/sscop_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Re-establish a new SSCOP Connection
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* Signalling AAL SSCF at the UNI
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/systm.h>
|
||||
@ -61,11 +59,6 @@
|
||||
|
||||
#include <vm/uma.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Global variables
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* SSCF UNI - SSCF_UNI SAP interface processing
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/systm.h>
|
||||
@ -61,10 +59,6 @@
|
||||
|
||||
#include <vm/uma.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
extern uma_zone_t unisig_vc_zone;
|
||||
|
||||
/*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* SSCF UNI - SSCOP SAP interface processing
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/systm.h>
|
||||
@ -58,11 +56,6 @@
|
||||
#include <netatm/uni/sscop.h>
|
||||
#include <netatm/uni/sscf_uni_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* SSCF_UNI Upper Stack Command Handler
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* Service Specific Connection Oriented Protocol (SSCOP)
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/systm.h>
|
||||
@ -63,11 +61,6 @@
|
||||
|
||||
#include <vm/uma.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Global variables
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* SSCOP - SSCOP SAP interface processing
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/systm.h>
|
||||
@ -58,11 +56,6 @@
|
||||
#include <netatm/uni/sscop_misc.h>
|
||||
#include <netatm/uni/sscop_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Local variables
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* SSCOP - PDU subroutines
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/types.h>
|
||||
@ -59,10 +57,6 @@
|
||||
#include <netatm/uni/sscop_pdu.h>
|
||||
#include <netatm/uni/sscop_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Local functions
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* SSCOP Common - Process AA-signals (SAP_SSCOP)
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
@ -50,11 +48,6 @@
|
||||
#include <netatm/uni/sscop_misc.h>
|
||||
#include <netatm/uni/sscop_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* SSCOP_ESTABLISH_REQ / SOS_IDLE Command Processor
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* SSCOP Common - Process CPCS-signals (SSCOP PDUs)
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
@ -57,11 +55,6 @@
|
||||
#include <netatm/uni/sscop_pdu.h>
|
||||
#include <netatm/uni/sscop_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* No-op Processor
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* SSCOP - Subroutines
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/systm.h>
|
||||
@ -59,11 +57,6 @@
|
||||
#include <netatm/uni/sscop_pdu.h>
|
||||
#include <netatm/uni/sscop_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Local functions
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* SSCOP - Timer processing
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/types.h>
|
||||
@ -58,11 +56,6 @@
|
||||
#include <netatm/uni/sscop_misc.h>
|
||||
#include <netatm/uni/sscop_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Local functions
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* SSCOP - CPCS SAP interface processing
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/systm.h>
|
||||
@ -59,11 +57,6 @@
|
||||
#include <netatm/uni/sscop_pdu.h>
|
||||
#include <netatm/uni/sscop_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Local functions
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* Loadable kernel module support
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#ifndef ATM_UNI_MODULE
|
||||
#include "opt_atm.h"
|
||||
#endif
|
||||
@ -60,10 +58,6 @@
|
||||
#include <netatm/atm_pcb.h>
|
||||
#include <netatm/atm_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
/*
|
||||
* External functions
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* UNI ATMARP support (RFC1577)
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/types.h>
|
||||
@ -68,11 +66,6 @@
|
||||
|
||||
#include <vm/uma.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Global variables
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* UNI ATMARP support (RFC1577) - ARP cache processing
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/types.h>
|
||||
@ -64,11 +62,6 @@
|
||||
#include <netatm/uni/unisig_var.h>
|
||||
#include <netatm/uni/uniip_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Add data to the arp table cache
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* UNI ATMARP support (RFC1577) - Input packet processing
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/systm.h>
|
||||
@ -64,11 +62,6 @@
|
||||
#include <netatm/ipatm/ipatm_serv.h>
|
||||
#include <netatm/uni/uniip_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Local functions
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* UNI ATMARP support (RFC1577) - Output packet processing
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/systm.h>
|
||||
@ -61,11 +59,6 @@
|
||||
#include <netatm/ipatm/ipatm_serv.h>
|
||||
#include <netatm/uni/uniip_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Issue an ATMARP Request PDU
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* UNI ATMARP support (RFC1577) - Timer processing
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
@ -58,11 +56,6 @@
|
||||
#include <netatm/ipatm/ipatm_serv.h>
|
||||
#include <netatm/uni/uniip_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Local functions
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* UNI ATMARP support (RFC1577) - Virtual Channel Management
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/systm.h>
|
||||
@ -62,10 +60,6 @@
|
||||
|
||||
#include <vm/uma.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
extern uma_zone_t unisig_vc_zone;
|
||||
|
||||
/*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ---------------------
|
||||
*
|
||||
* UNI IP interface module
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/malloc.h>
|
||||
@ -54,11 +52,6 @@
|
||||
|
||||
#include <vm/uma.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Local functions
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ----------------------------------------
|
||||
*
|
||||
* Message formatting module
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/types.h>
|
||||
@ -62,10 +60,6 @@
|
||||
#include <netatm/uni/unisig_mbuf.h>
|
||||
#include <netatm/uni/unisig_decode.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
#define ALLOC_IE(ie) do { \
|
||||
(ie) = uma_zalloc(unisig_ie_zone, M_WAITOK | M_ZERO); \
|
||||
if ((ie) == NULL) \
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ----------------------------------------
|
||||
*
|
||||
* Message formatting module
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/systm.h>
|
||||
@ -62,11 +60,6 @@
|
||||
#include <netatm/uni/unisig_mbuf.h>
|
||||
#include <netatm/uni/unisig_decode.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Local functions
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ----------------------------------------
|
||||
*
|
||||
* System interface module
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/types.h>
|
||||
@ -70,11 +68,6 @@
|
||||
|
||||
#include <vm/uma.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Global variables
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ----------------------------------------
|
||||
*
|
||||
* Message buffer handling routines
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/systm.h>
|
||||
@ -60,11 +58,6 @@
|
||||
#include <netatm/uni/unisig_mbuf.h>
|
||||
#include <netatm/uni/unisig_msg.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Initialize a unisig formatting structure
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ----------------------------------------
|
||||
*
|
||||
* Message handling module
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/systm.h>
|
||||
@ -63,11 +61,6 @@
|
||||
|
||||
#include <vm/uma.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Local functions
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ----------------------------------------
|
||||
*
|
||||
* Print Q.2931 messages
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/systm.h>
|
||||
@ -53,11 +51,6 @@
|
||||
#include <netatm/uni/unisig_msg.h>
|
||||
#include <netatm/uni/unisig_print.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Local declarations
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ----------------------------------------
|
||||
*
|
||||
* Protocol processing module.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/systm.h>
|
||||
@ -58,11 +56,6 @@
|
||||
|
||||
#include <netatm/uni/unisig_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Process a UNISIG timeout
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ----------------------------------------
|
||||
*
|
||||
* Signalling manager finite state machine
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/systm.h>
|
||||
@ -61,11 +59,6 @@
|
||||
#include <netatm/uni/unisig.h>
|
||||
#include <netatm/uni/unisig_var.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Local functions
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ----------------------------------------
|
||||
*
|
||||
* Subroutines
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/types.h>
|
||||
@ -59,11 +57,6 @@
|
||||
#include <netatm/uni/unisig_var.h>
|
||||
#include <netatm/uni/unisig_msg.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* External variables
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ----------------------------------------
|
||||
*
|
||||
* Protocol processing module
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/types.h>
|
||||
@ -59,11 +57,6 @@
|
||||
#include <netatm/uni/unisig_var.h>
|
||||
#include <netatm/uni/unisig_msg.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Free a UNISIG signalling message
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
@ -22,9 +21,6 @@
|
||||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,9 +28,11 @@
|
||||
* ----------------------------------------
|
||||
*
|
||||
* VC state machine
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/types.h>
|
||||
@ -60,11 +58,6 @@
|
||||
#include <netatm/uni/unisig_var.h>
|
||||
#include <netatm/uni/unisig_msg.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Local functions
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user