Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c95 struct interface *rip_sock_interface; variable
865 rip_sock_interface = NULL; in rip_on()
H A Dif.c841 if (rip_sock_interface == ifp) in ifdel()
842 rip_sock_interface = NULL; in ifdel()
951 if (rip_sock_interface == ifp) in if_bad()
952 rip_sock_interface = NULL; in if_bad()
H A Doutput.c156 if (rip_sock_interface != ifp) { in output()
172 rip_sock_interface = ifp; in output()
H A Ddefs.h578 extern struct interface *rip_sock_interface; /* current output interface */