Deleted Added
full compact
ip6_input.c (78064) ip6_input.c (79106)
1/* $FreeBSD: head/sys/netinet6/ip6_input.c 78064 2001-06-11 12:39:29Z ume $ */
1/* $FreeBSD: head/sys/netinet6/ip6_input.c 79106 2001-07-02 21:02:09Z brooks $ */
2/* $KAME: ip6_input.c,v 1.194 2001/05/27 13:28:35 itojun Exp $ */
3
4/*
5 * Copyright (C) 1995, 1996, 1997, and 1998 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

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

116#endif
117#endif
118
119#include <netinet6/ip6_fw.h>
120
121#include <netinet6/ip6protosw.h>
122
123#include "faith.h"
2/* $KAME: ip6_input.c,v 1.194 2001/05/27 13:28:35 itojun Exp $ */
3
4/*
5 * Copyright (C) 1995, 1996, 1997, and 1998 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

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

116#endif
117#endif
118
119#include <netinet6/ip6_fw.h>
120
121#include <netinet6/ip6protosw.h>
122
123#include "faith.h"
124#include "gif.h"
125
126#include <net/net_osdep.h>
127
128extern struct domain inet6domain;
129extern struct ip6protosw inet6sw[];
130
131u_char ip6_protox[IPPROTO_MAX];
132static int ip6qmaxlen = IFQ_MAXLEN;

--- 1541 unchanged lines hidden ---
124
125#include <net/net_osdep.h>
126
127extern struct domain inet6domain;
128extern struct ip6protosw inet6sw[];
129
130u_char ip6_protox[IPPROTO_MAX];
131static int ip6qmaxlen = IFQ_MAXLEN;

--- 1541 unchanged lines hidden ---