Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dstartup.c292 ifp->int_name = ifp->int_ifbase = NULL; in initifs()
301 ifp->int_ifbase = in initifs()
303 if (ifp->int_ifbase == NULL) { in initifs()
309 (void) strcpy(ifp->int_ifbase, lifr.lifr_name); in initifs()
310 cp = (char *)index(ifp->int_ifbase, IF_SEPARATOR); in initifs()
319 free(ifp->int_ifbase); in initifs()
H A Doutput.c174 strcmp(ifp->int_ifbase, in supply()
175 rt->rt_ifp->int_ifbase) == 0) { in supply()
H A Dinterface.h45 char *int_ifbase; /* name of physical interface */ member