Deleted Added
full compact
if_stf.c (195699) if_stf.c (196019)
1/* $FreeBSD: head/sys/net/if_stf.c 195699 2009-07-14 22:48:30Z rwatson $ */
1/* $FreeBSD: head/sys/net/if_stf.c 196019 2009-08-01 19:26:27Z rwatson $ */
2/* $KAME: if_stf.c,v 1.73 2001/12/03 11:08:30 keiichi Exp $ */
3
4/*-
5 * Copyright (C) 2000 WIDE Project.
6 * 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

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

87#include <sys/module.h>
88#include <sys/protosw.h>
89#include <sys/proc.h>
90#include <sys/queue.h>
91#include <sys/sysctl.h>
92#include <machine/cpu.h>
93
94#include <sys/malloc.h>
2/* $KAME: if_stf.c,v 1.73 2001/12/03 11:08:30 keiichi Exp $ */
3
4/*-
5 * Copyright (C) 2000 WIDE Project.
6 * 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

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

87#include <sys/module.h>
88#include <sys/protosw.h>
89#include <sys/proc.h>
90#include <sys/queue.h>
91#include <sys/sysctl.h>
92#include <machine/cpu.h>
93
94#include <sys/malloc.h>
95#include <sys/vimage.h>
96
97#include <net/if.h>
98#include <net/if_clone.h>
99#include <net/route.h>
100#include <net/netisr.h>
101#include <net/if_types.h>
102#include <net/if_stf.h>
95
96#include <net/if.h>
97#include <net/if_clone.h>
98#include <net/route.h>
99#include <net/netisr.h>
100#include <net/if_types.h>
101#include <net/if_stf.h>
102#include <net/vnet.h>
103
104#include <netinet/in.h>
105#include <netinet/in_systm.h>
106#include <netinet/ip.h>
107#include <netinet/ip_var.h>
108#include <netinet/in_var.h>
109
110#include <netinet/ip6.h>

--- 738 unchanged lines hidden ---
103
104#include <netinet/in.h>
105#include <netinet/in_systm.h>
106#include <netinet/ip.h>
107#include <netinet/ip_var.h>
108#include <netinet/in_var.h>
109
110#include <netinet/ip6.h>

--- 738 unchanged lines hidden ---