Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dstartup.c290 ifp->int_name = ifp->int_ifbase = NULL; in initifs()
299 ifp->int_ifbase = in initifs()
301 if (ifp->int_ifbase == NULL) { in initifs()
307 (void) strcpy(ifp->int_ifbase, lifr.lifr_name); in initifs()
308 cp = (char *)index(ifp->int_ifbase, IF_SEPARATOR); in initifs()
317 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