Home
last modified time | relevance | path

Searched refs:ipforward_rt (Results 1 – 1 of 1) sorted by relevance

/original-bsd/sys/netinet/
H A Dip_input.c108 struct route ipforward_rt; variable
810 if (ipforward_rt.ro_rt) {
811 RTFREE(ipforward_rt.ro_rt);
812 ipforward_rt.ro_rt = 0;
818 rtalloc(&ipforward_rt);
820 if (ipforward_rt.ro_rt == 0)
1001 if (ipforward_rt.ro_rt) {
1003 ipforward_rt.ro_rt = 0;
1009 rtalloc(&ipforward_rt);
1014 rt = ipforward_rt.ro_rt;
[all …]