2004-01-14 17:16:19 +00:00
|
|
|
/* $KAME: if.c,v 1.27 2003/10/05 00:09:36 itojun Exp $ */
|
2000-10-06 23:46:52 +00:00
|
|
|
|
1999-12-28 02:37:14 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
|
|
|
|
* All rights reserved.
|
2000-07-05 10:14:11 +00:00
|
|
|
*
|
1999-12-28 02:37:14 +00:00
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 3. Neither the name of the project nor the names of its contributors
|
|
|
|
* may be used to endorse or promote products derived from this software
|
|
|
|
* without specific prior written permission.
|
2000-07-05 10:14:11 +00:00
|
|
|
*
|
1999-12-28 02:37:14 +00:00
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
|
|
|
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
* SUCH DAMAGE.
|
|
|
|
*
|
|
|
|
* $FreeBSD$
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <sys/param.h>
|
|
|
|
#include <sys/socket.h>
|
|
|
|
#include <sys/sysctl.h>
|
|
|
|
#include <sys/ioctl.h>
|
2000-10-06 23:46:52 +00:00
|
|
|
#include <sys/queue.h>
|
1999-12-28 02:37:14 +00:00
|
|
|
|
|
|
|
#include <net/if.h>
|
|
|
|
#include <net/if_var.h>
|
|
|
|
#include <net/if_types.h>
|
|
|
|
#include <net/route.h>
|
|
|
|
#include <net/if_dl.h>
|
|
|
|
#include <net/if_media.h>
|
2003-08-11 15:51:54 +00:00
|
|
|
#include <net/ethernet.h>
|
1999-12-28 02:37:14 +00:00
|
|
|
#include <netinet/in.h>
|
|
|
|
#include <netinet/icmp6.h>
|
|
|
|
|
|
|
|
#include <netinet6/in6_var.h>
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <unistd.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <syslog.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <fcntl.h>
|
|
|
|
#include <errno.h>
|
|
|
|
#include <limits.h>
|
2000-07-05 10:14:11 +00:00
|
|
|
#include <ifaddrs.h>
|
1999-12-28 02:37:14 +00:00
|
|
|
#include "rtsold.h"
|
|
|
|
|
2000-07-05 10:14:11 +00:00
|
|
|
extern int rssock;
|
1999-12-28 02:37:14 +00:00
|
|
|
static int ifsock;
|
|
|
|
|
2003-08-16 19:00:32 +00:00
|
|
|
static int get_llflag __P((const char *));
|
|
|
|
static void get_rtaddrs __P((int, struct sockaddr *, struct sockaddr **));
|
1999-12-28 02:37:14 +00:00
|
|
|
|
|
|
|
int
|
2004-01-14 17:16:19 +00:00
|
|
|
ifinit(void)
|
1999-12-28 02:37:14 +00:00
|
|
|
{
|
2000-07-05 10:14:11 +00:00
|
|
|
ifsock = rssock;
|
1999-12-28 02:37:14 +00:00
|
|
|
|
|
|
|
return(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
int
|
|
|
|
interface_up(char *name)
|
|
|
|
{
|
|
|
|
struct ifreq ifr;
|
2000-07-05 10:14:11 +00:00
|
|
|
int llflag;
|
1999-12-28 02:37:14 +00:00
|
|
|
|
2003-08-17 11:54:58 +00:00
|
|
|
strncpy(ifr.ifr_name, name, sizeof(ifr.ifr_name));
|
1999-12-28 02:37:14 +00:00
|
|
|
|
|
|
|
if (ioctl(ifsock, SIOCGIFFLAGS, (caddr_t)&ifr) < 0) {
|
2003-08-08 16:38:23 +00:00
|
|
|
warnmsg(LOG_WARNING, __func__, "ioctl(SIOCGIFFLAGS): %s",
|
2003-08-08 16:56:01 +00:00
|
|
|
strerror(errno));
|
1999-12-28 02:37:14 +00:00
|
|
|
return(-1);
|
|
|
|
}
|
|
|
|
if (!(ifr.ifr_flags & IFF_UP)) {
|
|
|
|
ifr.ifr_flags |= IFF_UP;
|
2003-08-08 16:56:01 +00:00
|
|
|
if (ioctl(ifsock, SIOCSIFFLAGS, (caddr_t)&ifr) < 0)
|
2003-08-08 16:38:23 +00:00
|
|
|
warnmsg(LOG_ERR, __func__,
|
2003-08-08 16:56:01 +00:00
|
|
|
"ioctl(SIOCSIFFLAGS): %s", strerror(errno));
|
1999-12-28 02:37:14 +00:00
|
|
|
return(-1);
|
|
|
|
}
|
|
|
|
|
2003-08-08 16:38:23 +00:00
|
|
|
warnmsg(LOG_DEBUG, __func__, "checking if %s is ready...", name);
|
1999-12-28 02:37:14 +00:00
|
|
|
|
2000-07-05 10:14:11 +00:00
|
|
|
llflag = get_llflag(name);
|
|
|
|
if (llflag < 0) {
|
2003-08-08 16:38:23 +00:00
|
|
|
warnmsg(LOG_WARNING, __func__,
|
2003-08-08 16:56:01 +00:00
|
|
|
"get_llflag() failed, anyway I'll try");
|
1999-12-28 02:37:14 +00:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2000-07-05 10:14:11 +00:00
|
|
|
if (!(llflag & IN6_IFF_NOTREADY)) {
|
2003-08-08 16:56:01 +00:00
|
|
|
warnmsg(LOG_DEBUG, __func__, "%s is ready", name);
|
1999-12-28 02:37:14 +00:00
|
|
|
return(0);
|
2000-07-05 10:14:11 +00:00
|
|
|
} else {
|
|
|
|
if (llflag & IN6_IFF_TENTATIVE) {
|
2003-08-08 16:38:23 +00:00
|
|
|
warnmsg(LOG_DEBUG, __func__, "%s is tentative",
|
2003-08-08 16:56:01 +00:00
|
|
|
name);
|
1999-12-28 02:37:14 +00:00
|
|
|
return IFS_TENTATIVE;
|
|
|
|
}
|
2000-07-05 10:14:11 +00:00
|
|
|
if (llflag & IN6_IFF_DUPLICATED)
|
2003-08-08 16:38:23 +00:00
|
|
|
warnmsg(LOG_DEBUG, __func__, "%s is duplicated",
|
2003-08-08 16:56:01 +00:00
|
|
|
name);
|
1999-12-28 02:37:14 +00:00
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
int
|
|
|
|
interface_status(struct ifinfo *ifinfo)
|
|
|
|
{
|
|
|
|
char *ifname = ifinfo->ifname;
|
|
|
|
struct ifreq ifr;
|
|
|
|
struct ifmediareq ifmr;
|
2003-08-08 16:56:01 +00:00
|
|
|
|
1999-12-28 02:37:14 +00:00
|
|
|
/* get interface flags */
|
|
|
|
memset(&ifr, 0, sizeof(ifr));
|
2003-08-17 11:54:58 +00:00
|
|
|
strncpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
|
1999-12-28 02:37:14 +00:00
|
|
|
if (ioctl(ifsock, SIOCGIFFLAGS, &ifr) < 0) {
|
2003-08-08 16:38:23 +00:00
|
|
|
warnmsg(LOG_ERR, __func__, "ioctl(SIOCGIFFLAGS) on %s: %s",
|
2003-08-08 16:56:01 +00:00
|
|
|
ifname, strerror(errno));
|
1999-12-28 02:37:14 +00:00
|
|
|
return(-1);
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
* if one of UP and RUNNING flags is dropped,
|
|
|
|
* the interface is not active.
|
|
|
|
*/
|
|
|
|
if ((ifr.ifr_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING)) {
|
|
|
|
goto inactive;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Next, check carrier on the interface, if possible */
|
|
|
|
if (!ifinfo->mediareqok)
|
|
|
|
goto active;
|
|
|
|
memset(&ifmr, 0, sizeof(ifmr));
|
2003-08-17 11:54:58 +00:00
|
|
|
strncpy(ifmr.ifm_name, ifname, sizeof(ifmr.ifm_name));
|
1999-12-28 02:37:14 +00:00
|
|
|
|
|
|
|
if (ioctl(ifsock, SIOCGIFMEDIA, (caddr_t)&ifmr) < 0) {
|
|
|
|
if (errno != EINVAL) {
|
2003-08-08 16:38:23 +00:00
|
|
|
warnmsg(LOG_DEBUG, __func__,
|
2003-08-08 16:56:01 +00:00
|
|
|
"ioctl(SIOCGIFMEDIA) on %s: %s",
|
|
|
|
ifname, strerror(errno));
|
1999-12-28 02:37:14 +00:00
|
|
|
return(-1);
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
* EINVAL simply means that the interface does not support
|
|
|
|
* the SIOCGIFMEDIA ioctl. We regard it alive.
|
|
|
|
*/
|
|
|
|
ifinfo->mediareqok = 0;
|
|
|
|
goto active;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (ifmr.ifm_status & IFM_AVALID) {
|
2003-08-08 16:56:01 +00:00
|
|
|
switch (ifmr.ifm_active & IFM_NMASK) {
|
|
|
|
case IFM_ETHER:
|
2003-08-16 19:00:32 +00:00
|
|
|
case IFM_IEEE80211:
|
2003-08-08 16:56:01 +00:00
|
|
|
if (ifmr.ifm_status & IFM_ACTIVE)
|
|
|
|
goto active;
|
|
|
|
else
|
|
|
|
goto inactive;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
goto inactive;
|
1999-12-28 02:37:14 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
inactive:
|
|
|
|
return(0);
|
|
|
|
|
|
|
|
active:
|
|
|
|
return(1);
|
|
|
|
}
|
|
|
|
|
2000-07-05 10:14:11 +00:00
|
|
|
#define ROUNDUP(a, size) \
|
1999-12-28 02:37:14 +00:00
|
|
|
(((a) & ((size)-1)) ? (1 + ((a) | ((size)-1))) : (a))
|
|
|
|
|
2000-07-05 10:14:11 +00:00
|
|
|
#define NEXT_SA(ap) (ap) = (struct sockaddr *) \
|
1999-12-28 02:37:14 +00:00
|
|
|
((caddr_t)(ap) + ((ap)->sa_len ? ROUNDUP((ap)->sa_len,\
|
2003-08-08 16:56:01 +00:00
|
|
|
sizeof(u_long)) : sizeof(u_long)))
|
2000-07-05 10:14:11 +00:00
|
|
|
#define ROUNDUP8(a) (1 + (((a) - 1) | 7))
|
1999-12-28 02:37:14 +00:00
|
|
|
|
|
|
|
int
|
|
|
|
lladdropt_length(struct sockaddr_dl *sdl)
|
|
|
|
{
|
2003-08-08 16:56:01 +00:00
|
|
|
switch (sdl->sdl_type) {
|
|
|
|
case IFT_ETHER:
|
2001-06-11 12:39:29 +00:00
|
|
|
#ifdef IFT_IEEE80211
|
|
|
|
case IFT_IEEE80211:
|
|
|
|
#endif
|
2003-08-08 16:56:01 +00:00
|
|
|
return(ROUNDUP8(ETHER_ADDR_LEN + 2));
|
|
|
|
default:
|
|
|
|
return(0);
|
1999-12-28 02:37:14 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
lladdropt_fill(struct sockaddr_dl *sdl, struct nd_opt_hdr *ndopt)
|
|
|
|
{
|
|
|
|
char *addr;
|
|
|
|
|
|
|
|
ndopt->nd_opt_type = ND_OPT_SOURCE_LINKADDR; /* fixed */
|
|
|
|
|
2003-08-08 16:56:01 +00:00
|
|
|
switch (sdl->sdl_type) {
|
|
|
|
case IFT_ETHER:
|
2001-06-11 12:39:29 +00:00
|
|
|
#ifdef IFT_IEEE80211
|
|
|
|
case IFT_IEEE80211:
|
|
|
|
#endif
|
2003-08-08 16:56:01 +00:00
|
|
|
ndopt->nd_opt_len = (ROUNDUP8(ETHER_ADDR_LEN + 2)) >> 3;
|
|
|
|
addr = (char *)(ndopt + 1);
|
|
|
|
memcpy(addr, LLADDR(sdl), ETHER_ADDR_LEN);
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
warnmsg(LOG_ERR, __func__,
|
|
|
|
"unsupported link type(%d)", sdl->sdl_type);
|
|
|
|
exit(1);
|
1999-12-28 02:37:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
struct sockaddr_dl *
|
|
|
|
if_nametosdl(char *name)
|
|
|
|
{
|
|
|
|
int mib[6] = {CTL_NET, AF_ROUTE, 0, 0, NET_RT_IFLIST, 0};
|
|
|
|
char *buf, *next, *lim;
|
|
|
|
size_t len;
|
|
|
|
struct if_msghdr *ifm;
|
|
|
|
struct sockaddr *sa, *rti_info[RTAX_MAX];
|
|
|
|
struct sockaddr_dl *sdl = NULL, *ret_sdl;
|
|
|
|
|
|
|
|
if (sysctl(mib, 6, NULL, &len, NULL, 0) < 0)
|
|
|
|
return(NULL);
|
|
|
|
if ((buf = malloc(len)) == NULL)
|
|
|
|
return(NULL);
|
|
|
|
if (sysctl(mib, 6, buf, &len, NULL, 0) < 0) {
|
|
|
|
free(buf);
|
|
|
|
return(NULL);
|
|
|
|
}
|
|
|
|
|
|
|
|
lim = buf + len;
|
|
|
|
for (next = buf; next < lim; next += ifm->ifm_msglen) {
|
|
|
|
ifm = (struct if_msghdr *)next;
|
|
|
|
if (ifm->ifm_type == RTM_IFINFO) {
|
|
|
|
sa = (struct sockaddr *)(ifm + 1);
|
|
|
|
get_rtaddrs(ifm->ifm_addrs, sa, rti_info);
|
|
|
|
if ((sa = rti_info[RTAX_IFP]) != NULL) {
|
|
|
|
if (sa->sa_family == AF_LINK) {
|
|
|
|
sdl = (struct sockaddr_dl *)sa;
|
2000-07-05 10:14:11 +00:00
|
|
|
if (strlen(name) != sdl->sdl_nlen)
|
|
|
|
continue; /* not same len */
|
1999-12-28 02:37:14 +00:00
|
|
|
if (strncmp(&sdl->sdl_data[0],
|
|
|
|
name,
|
|
|
|
sdl->sdl_nlen) == 0) {
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (next == lim) {
|
|
|
|
/* search failed */
|
|
|
|
free(buf);
|
|
|
|
return(NULL);
|
|
|
|
}
|
|
|
|
|
2006-03-24 23:59:51 +00:00
|
|
|
if ((ret_sdl = malloc(sdl->sdl_len)) == NULL) {
|
|
|
|
free(buf);
|
1999-12-28 02:37:14 +00:00
|
|
|
return(NULL);
|
2006-03-24 23:59:51 +00:00
|
|
|
}
|
1999-12-28 02:37:14 +00:00
|
|
|
memcpy((caddr_t)ret_sdl, (caddr_t)sdl, sdl->sdl_len);
|
|
|
|
|
2001-06-11 12:39:29 +00:00
|
|
|
free(buf);
|
1999-12-28 02:37:14 +00:00
|
|
|
return(ret_sdl);
|
|
|
|
}
|
|
|
|
|
|
|
|
int
|
|
|
|
getinet6sysctl(int code)
|
|
|
|
{
|
|
|
|
int mib[] = { CTL_NET, PF_INET6, IPPROTO_IPV6, 0 };
|
|
|
|
int value;
|
|
|
|
size_t size;
|
|
|
|
|
|
|
|
mib[3] = code;
|
|
|
|
size = sizeof(value);
|
|
|
|
if (sysctl(mib, sizeof(mib)/sizeof(mib[0]), &value, &size, NULL, 0) < 0)
|
|
|
|
return -1;
|
|
|
|
else
|
|
|
|
return value;
|
|
|
|
}
|
|
|
|
|
2004-01-14 17:42:03 +00:00
|
|
|
int
|
|
|
|
setinet6sysctl(int code, int newval)
|
|
|
|
{
|
|
|
|
int mib[] = { CTL_NET, PF_INET6, IPPROTO_IPV6, 0 };
|
|
|
|
int value;
|
|
|
|
size_t size;
|
|
|
|
|
|
|
|
mib[3] = code;
|
|
|
|
size = sizeof(value);
|
|
|
|
if (sysctl(mib, sizeof(mib)/sizeof(mib[0]), &value, &size,
|
|
|
|
&newval, sizeof(newval)) < 0)
|
|
|
|
return -1;
|
|
|
|
else
|
|
|
|
return value;
|
|
|
|
}
|
|
|
|
|
1999-12-28 02:37:14 +00:00
|
|
|
/*------------------------------------------------------------*/
|
|
|
|
|
2000-07-05 10:14:11 +00:00
|
|
|
/* get ia6_flags for link-local addr on if. returns -1 on error. */
|
1999-12-28 02:37:14 +00:00
|
|
|
static int
|
2000-07-05 10:14:11 +00:00
|
|
|
get_llflag(const char *name)
|
1999-12-28 02:37:14 +00:00
|
|
|
{
|
2000-07-05 10:14:11 +00:00
|
|
|
struct ifaddrs *ifap, *ifa;
|
|
|
|
struct in6_ifreq ifr6;
|
|
|
|
struct sockaddr_in6 *sin6;
|
|
|
|
int s;
|
|
|
|
|
|
|
|
if ((s = socket(PF_INET6, SOCK_DGRAM, 0)) < 0) {
|
2003-08-08 16:38:23 +00:00
|
|
|
warnmsg(LOG_ERR, __func__, "socket(SOCK_DGRAM): %s",
|
2000-07-05 10:14:11 +00:00
|
|
|
strerror(errno));
|
1999-12-28 02:37:14 +00:00
|
|
|
exit(1);
|
|
|
|
}
|
2000-07-05 10:14:11 +00:00
|
|
|
if (getifaddrs(&ifap) != 0) {
|
2003-08-08 16:56:01 +00:00
|
|
|
warnmsg(LOG_ERR, __func__, "getifaddrs: %s",
|
2000-07-05 10:14:11 +00:00
|
|
|
strerror(errno));
|
|
|
|
exit(1);
|
1999-12-28 02:37:14 +00:00
|
|
|
}
|
2000-07-05 10:14:11 +00:00
|
|
|
|
|
|
|
for (ifa = ifap; ifa; ifa = ifa->ifa_next) {
|
2003-08-08 16:56:01 +00:00
|
|
|
if (strlen(ifa->ifa_name) != strlen(name) ||
|
|
|
|
strncmp(ifa->ifa_name, name, strlen(name)) != 0)
|
2000-07-05 10:14:11 +00:00
|
|
|
continue;
|
|
|
|
if (ifa->ifa_addr->sa_family != AF_INET6)
|
|
|
|
continue;
|
|
|
|
sin6 = (struct sockaddr_in6 *)ifa->ifa_addr;
|
|
|
|
if (!IN6_IS_ADDR_LINKLOCAL(&sin6->sin6_addr))
|
|
|
|
continue;
|
|
|
|
|
|
|
|
memset(&ifr6, 0, sizeof(ifr6));
|
2003-08-17 11:54:58 +00:00
|
|
|
strncpy(ifr6.ifr_name, name, sizeof(ifr6.ifr_name));
|
2000-07-05 10:14:11 +00:00
|
|
|
memcpy(&ifr6.ifr_ifru.ifru_addr, sin6, sin6->sin6_len);
|
|
|
|
if (ioctl(s, SIOCGIFAFLAG_IN6, &ifr6) < 0) {
|
2003-08-08 16:38:23 +00:00
|
|
|
warnmsg(LOG_ERR, __func__,
|
2000-07-05 10:14:11 +00:00
|
|
|
"ioctl(SIOCGIFAFLAG_IN6): %s", strerror(errno));
|
|
|
|
exit(1);
|
|
|
|
}
|
|
|
|
|
|
|
|
freeifaddrs(ifap);
|
|
|
|
close(s);
|
|
|
|
return ifr6.ifr_ifru.ifru_flags6;
|
1999-12-28 02:37:14 +00:00
|
|
|
}
|
2000-07-05 10:14:11 +00:00
|
|
|
|
|
|
|
freeifaddrs(ifap);
|
|
|
|
close(s);
|
|
|
|
return -1;
|
1999-12-28 02:37:14 +00:00
|
|
|
}
|
|
|
|
|
2003-08-08 16:56:01 +00:00
|
|
|
|
1999-12-28 02:37:14 +00:00
|
|
|
static void
|
|
|
|
get_rtaddrs(int addrs, struct sockaddr *sa, struct sockaddr **rti_info)
|
|
|
|
{
|
|
|
|
int i;
|
2003-08-08 16:56:01 +00:00
|
|
|
|
1999-12-28 02:37:14 +00:00
|
|
|
for (i = 0; i < RTAX_MAX; i++) {
|
|
|
|
if (addrs & (1 << i)) {
|
|
|
|
rti_info[i] = sa;
|
|
|
|
NEXT_SA(sa);
|
2003-08-08 16:56:01 +00:00
|
|
|
} else
|
1999-12-28 02:37:14 +00:00
|
|
|
rti_info[i] = NULL;
|
|
|
|
}
|
|
|
|
}
|