Deleted Added
full compact
if_stf.c (140045) if_stf.c (142352)
1/* $FreeBSD: head/sys/net/if_stf.c 140045 2005-01-11 07:17:33Z ume $ */
1/* $FreeBSD: head/sys/net/if_stf.c 142352 2005-02-24 01:34:01Z sam $ */
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

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

761/* ARGSUSED */
762static void
763stf_rtrequest(cmd, rt, info)
764 int cmd;
765 struct rtentry *rt;
766 struct rt_addrinfo *info;
767{
768 RT_LOCK_ASSERT(rt);
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

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

761/* ARGSUSED */
762static void
763stf_rtrequest(cmd, rt, info)
764 int cmd;
765 struct rtentry *rt;
766 struct rt_addrinfo *info;
767{
768 RT_LOCK_ASSERT(rt);
769
770 if (rt)
771 rt->rt_rmx.rmx_mtu = IPV6_MMTU;
769 rt->rt_rmx.rmx_mtu = IPV6_MMTU;
772}
773
774static int
775stf_ioctl(ifp, cmd, data)
776 struct ifnet *ifp;
777 u_long cmd;
778 caddr_t data;
779{

--- 45 unchanged lines hidden ---
770}
771
772static int
773stf_ioctl(ifp, cmd, data)
774 struct ifnet *ifp;
775 u_long cmd;
776 caddr_t data;
777{

--- 45 unchanged lines hidden ---