Searched refs:rtentry (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 225 static int rtioctl(TIUSER *, int, struct rtentry *); 774 struct rtentry rtentry; in whoami() local 782 sin = (struct sockaddr_in *)&rtentry.rt_dst; in whoami() 786 sin = (struct sockaddr_in *)&rtentry.rt_gateway; in whoami() 791 rtentry.rt_flags = RTF_GATEWAY | RTF_UP; in whoami() 793 if (rc = rtioctl(tiptr, SIOCADDRT, &rtentry)) { in whoami() 1123 struct rtentry rtentry; in dhcpinit() local 1131 sockaddr_in *)&rtentry.rt_dst; in dhcpinit() 1137 sockaddr_in *)&rtentry.rt_gateway; in dhcpinit() 1142 rtentry.rt_flags = RTF_GATEWAY | RTF_UP; in dhcpinit() [all …]
|
/illumos-gate/usr/src/uts/common/net/ |
H A D | route.h | 62 struct rtentry *ro_rt; 97 struct rtentry { struct
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ip_fil.c | 140 struct rtentry; 164 struct sockaddr *, struct rtentry *, char *)); 166 struct sockaddr *, struct rtentry *, char *)); 169 struct sockaddr *, struct rtentry *)); 171 struct sockaddr *, struct rtentry *)); 510 struct rtentry *rt; 529 struct rtentry *rt;
|
/illumos-gate/usr/src/uts/common/inet/kifconf/ |
H A D | kifconf.c | 72 struct rtentry route; in kdlifconfig() 176 if (nbuf->len == sizeof (struct rtentry)) { in kifioctl()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | hostconfig.c | 282 struct rtentry route;
|
/illumos-gate/usr/src/boot/include/netinet6/ |
H A D | in6.h | 377 struct rtentry *ro_rt;
|
/illumos-gate/usr/src/boot/include/netinet/ |
H A D | in_pcb.h | 241 struct rtentry *inp_rt; /* cached L3 information */
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
H A D | in.rdisc.c | 2198 struct rtentry rt; in rtioctl() 2200 bzero((char *)&rt, sizeof (struct rtentry)); in rtioctl()
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 1203 struct rtentry { struct 1210 int (* if_output) __P((struct ifnet *, struct mbuf *, struct sockaddr *, struct rtentry *));
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 1977 struct rtentry; 4687 struct rtentry;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 2525 struct rtentry rt; in sifroute()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 6115 struct rtentry *rt; in ip_siocaddrt() 6125 rt = (struct rtentry *)mp1->b_rptr; in ip_siocaddrt() 6167 struct rtentry *rt; in ip_siocdelrt() 6177 rt = (struct rtentry *)mp1->b_rptr; in ip_siocdelrt()
|
H A D | ip.c | 797 /* 010 */ { SIOCADDRT, sizeof (struct rtentry), IPI_PRIV, 799 /* 011 */ { SIOCDELRT, sizeof (struct rtentry), IPI_PRIV,
|