ip_rts.c (e34b0294) ip_rts.c (c793af95)
1/*
2 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
3 * Use is subject to license terms.
4 */
5
6/*
7 * Copyright (c) 1988, 1991, 1993
8 * The Regents of the University of California. All rights reserved.

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

63#include <net/if_dl.h>
64#include <netinet/ip6.h>
65
66#include <inet/common.h>
67#include <inet/ip.h>
68#include <inet/ip6.h>
69#include <inet/ip_if.h>
70#include <inet/ip_ire.h>
1/*
2 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
3 * Use is subject to license terms.
4 */
5
6/*
7 * Copyright (c) 1988, 1991, 1993
8 * The Regents of the University of California. All rights reserved.

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

63#include <net/if_dl.h>
64#include <netinet/ip6.h>
65
66#include <inet/common.h>
67#include <inet/ip.h>
68#include <inet/ip6.h>
69#include <inet/ip_if.h>
70#include <inet/ip_ire.h>
71#include <inet/ip_ftable.h>
71#include <inet/ip_rts.h>
72
73#include <inet/ipclassifier.h>
74
75#include <sys/tsol/tndb.h>
76#include <sys/tsol/tnet.h>
77
78#define RTS_MSG_SIZE(type, rtm_addrs, af, sacnt) \

--- 1841 unchanged lines hidden ---
72#include <inet/ip_rts.h>
73
74#include <inet/ipclassifier.h>
75
76#include <sys/tsol/tndb.h>
77#include <sys/tsol/tnet.h>
78
79#define RTS_MSG_SIZE(type, rtm_addrs, af, sacnt) \

--- 1841 unchanged lines hidden ---