Searched refs:rtentry (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsockio.h32 #define SIOCADDRT _IOW('r', 10, struct rtentry) /* add route */
33 #define SIOCDELRT _IOW('r', 11, struct rtentry) /* delete route */
/illumos-gate/usr/src/uts/common/net/
H A Droute.h62 struct rtentry *ro_rt;
87 * OLD rtentry structure not used in the kernel. Instead the kernel
97 struct rtentry { struct
162 int rtm_use; /* from rtentry */
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c223 static int rtioctl(TIUSER *, int, struct rtentry *);
772 struct rtentry rtentry; local
780 sin = (struct sockaddr_in *)&rtentry.rt_dst;
784 sin = (struct sockaddr_in *)&rtentry.rt_gateway;
789 rtentry.rt_flags = RTF_GATEWAY | RTF_UP;
791 if (rc = rtioctl(tiptr, SIOCADDRT, &rtentry)) {
1121 struct rtentry rtentry; local
1129 sockaddr_in *)&rtentry
1427 rtioctl(TIUSER *tiptr, int cmd, struct rtentry *rtentry) argument
2131 struct rtentry rtentry; local
[all...]
/illumos-gate/usr/src/uts/common/inet/kifconf/
H A Dkifconf.c72 struct rtentry route;
176 if (nbuf->len == sizeof (struct rtentry)) {
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dip_fil.c140 struct rtentry;
164 struct sockaddr *, struct rtentry *, char *));
166 struct sockaddr *, struct rtentry *, char *));
169 struct sockaddr *, struct rtentry *));
171 struct sockaddr *, struct rtentry *));
509 struct rtentry *rt;
528 struct rtentry *rt;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c284 struct rtentry route;
/illumos-gate/usr/src/boot/include/netinet6/
H A Din6.h377 struct rtentry *ro_rt;
/illumos-gate/usr/src/boot/include/netinet/
H A Din_pcb.h241 struct rtentry *inp_rt; /* cached L3 information */
603 #define INP_RT_VALID 0x00000002 /* cached rtentry is valid */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c2200 struct rtentry rt;
2202 bzero((char *)&rt, sizeof (struct rtentry));
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1197 struct rtentry { struct
1204 int (* if_output) __P((struct ifnet *, struct mbuf *, struct sockaddr *, struct rtentry *));
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c1976 struct rtentry;
4686 struct rtentry;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2584 struct rtentry rt;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c6114 struct rtentry *rt;
6124 rt = (struct rtentry *)mp1->b_rptr;
6166 struct rtentry *rt;
6176 rt = (struct rtentry *)mp1->b_rptr;
H A Dip.c794 /* 010 */ { SIOCADDRT, sizeof (struct rtentry), IPI_PRIV,
796 /* 011 */ { SIOCDELRT, sizeof (struct rtentry), IPI_PRIV,

Completed in 201 milliseconds