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 Dinterface.h45 char *int_ifbase; /* name of physical interface */ member in struct:interface
H A Dstartup.c292 ifp->int_name = ifp->int_ifbase = NULL;
301 ifp->int_ifbase =
303 if (ifp->int_ifbase == NULL) {
309 (void) strcpy(ifp->int_ifbase, lifr.lifr_name);
310 cp = (char *)index(ifp->int_ifbase, IF_SEPARATOR);
319 free(ifp->int_ifbase);
H A Doutput.c174 strcmp(ifp->int_ifbase,
175 rt->rt_ifp->int_ifbase) == 0) {

Completed in 45 milliseconds