Deleted Added
full compact
altq_cdnr.c (257186) altq_cdnr.c (281613)
1/* $FreeBSD: head/sys/contrib/altq/altq/altq_cdnr.c 257186 2013-10-26 18:59:58Z glebius $ */
1/* $FreeBSD: head/sys/net/altq/altq_cdnr.c 281613 2015-04-16 20:22:40Z glebius $ */
2/* $KAME: altq_cdnr.c,v 1.15 2005/04/13 03:44:24 suz Exp $ */
3
4/*
5 * Copyright (C) 1999-2002
6 * Sony Computer Science Laboratories Inc. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

50#include <net/if_types.h>
51#include <netinet/in.h>
52#include <netinet/in_systm.h>
53#include <netinet/ip.h>
54#ifdef INET6
55#include <netinet/ip6.h>
56#endif
57
2/* $KAME: altq_cdnr.c,v 1.15 2005/04/13 03:44:24 suz Exp $ */
3
4/*
5 * Copyright (C) 1999-2002
6 * Sony Computer Science Laboratories Inc. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

50#include <net/if_types.h>
51#include <netinet/in.h>
52#include <netinet/in_systm.h>
53#include <netinet/ip.h>
54#ifdef INET6
55#include <netinet/ip6.h>
56#endif
57
58#include
59#include
58#include <net/altq/if_altq.h>
59#include <net/altq/altq.h>
60#ifdef ALTQ3_COMPAT
60#ifdef ALTQ3_COMPAT
61#include
61#include <net/altq/altq_conf.h>
62#endif
62#endif
63#include
63#include <net/altq/altq_cdnr.h>
64
65#ifdef ALTQ3_COMPAT
66/*
67 * diffserv traffic conditioning module
68 */
69
70int altq_cdnr_enabled = 0;
71

--- 1319 unchanged lines hidden ---
64
65#ifdef ALTQ3_COMPAT
66/*
67 * diffserv traffic conditioning module
68 */
69
70int altq_cdnr_enabled = 0;
71

--- 1319 unchanged lines hidden ---