Symbol: rtentry
usr/src/boot/include/netinet/in_pcb.h
241
struct rtentry *inp_rt; /* cached L3 information */
usr/src/boot/include/netinet6/in6.h
377
struct rtentry *ro_rt;
usr/src/cmd/cmd-inet/usr.bin/pppd/sys-solaris.c
2525
struct rtentry rt;
usr/src/cmd/cmd-inet/usr.sbin/hostconfig.c
282
struct rtentry route;
usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/in.rdisc.c
2198
struct rtentry rt;
usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/in.rdisc.c
2200
bzero((char *)&rt, sizeof (struct rtentry));
usr/src/cmd/ipf/tools/ip_fil.c
140
struct rtentry;
usr/src/cmd/ipf/tools/ip_fil.c
164
struct sockaddr *, struct rtentry *, char *));
usr/src/cmd/ipf/tools/ip_fil.c
166
struct sockaddr *, struct rtentry *, char *));
usr/src/cmd/ipf/tools/ip_fil.c
169
struct sockaddr *, struct rtentry *));
usr/src/cmd/ipf/tools/ip_fil.c
171
struct sockaddr *, struct rtentry *));
usr/src/cmd/ipf/tools/ip_fil.c
510
struct rtentry *rt;
usr/src/cmd/ipf/tools/ip_fil.c
529
struct rtentry *rt;
usr/src/cmd/sendmail/src/conf.c
1977
struct rtentry;
usr/src/cmd/sendmail/src/conf.c
4687
struct rtentry;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1123
struct rtentry rtentry;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1131
sockaddr_in *)&rtentry.rt_dst;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1137
sockaddr_in *)&rtentry.rt_gateway;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1142
rtentry.rt_flags = RTF_GATEWAY | RTF_UP;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1145
&rtentry)) {
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1490
rtioctl(TIUSER *tiptr, int cmd, struct rtentry *rtentry)
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1498
iocb.ic_len = sizeof (struct rtentry);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1499
iocb.ic_dp = (caddr_t)rtentry;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
2194
struct rtentry rtentry;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
225
static int rtioctl(TIUSER *, int, struct rtentry *);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
2292
sin = (struct sockaddr_in *)&rtentry.rt_dst;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
2296
sin = (struct sockaddr_in *)&rtentry.rt_gateway;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
2301
rtentry.rt_flags = RTF_GATEWAY | RTF_UP;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
2303
if ((rc = rtioctl(tiptr, SIOCADDRT, &rtentry)) != 0) {
usr/src/uts/common/fs/nfs/nfs_dlinet.c
774
struct rtentry rtentry;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
782
sin = (struct sockaddr_in *)&rtentry.rt_dst;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
786
sin = (struct sockaddr_in *)&rtentry.rt_gateway;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
791
rtentry.rt_flags = RTF_GATEWAY | RTF_UP;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
793
if (rc = rtioctl(tiptr, SIOCADDRT, &rtentry)) {
usr/src/uts/common/inet/ip/ip.c
797
/* 010 */ { SIOCADDRT, sizeof (struct rtentry), IPI_PRIV,
usr/src/uts/common/inet/ip/ip.c
799
/* 011 */ { SIOCDELRT, sizeof (struct rtentry), IPI_PRIV,
usr/src/uts/common/inet/ip/ip_if.c
6117
struct rtentry *rt;
usr/src/uts/common/inet/ip/ip_if.c
6127
rt = (struct rtentry *)mp1->b_rptr;
usr/src/uts/common/inet/ip/ip_if.c
6169
struct rtentry *rt;
usr/src/uts/common/inet/ip/ip_if.c
6179
rt = (struct rtentry *)mp1->b_rptr;
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1210
int (* if_output) __P((struct ifnet *, struct mbuf *, struct sockaddr *, struct rtentry *));
usr/src/uts/common/inet/kifconf/kifconf.c
176
if (nbuf->len == sizeof (struct rtentry)) {
usr/src/uts/common/inet/kifconf/kifconf.c
72
struct rtentry route;
usr/src/uts/common/net/route.h
62
struct rtentry *ro_rt;