Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Dxec.c463 if (execute(ifptr(t)->iftre, XEC_NOSTOP, 0) == 0)
464 execute(ifptr(t)->thtre, xflags|XEC_NOSTOP, errorflg);
465 else if (ifptr(t)->eltre)
466 execute(ifptr(t)->eltre, xflags|XEC_NOSTOP, errorflg);
H A Dfunc.c117 freetree(ifptr(t)->iftre); in freetree()
118 freetree(ifptr(t)->thtre); in freetree()
119 freetree(ifptr(t)->eltre); in freetree()
H A Dmode.h255 #define ifptr(x) ((struct ifnod *)x) macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dip_fil.c989 int fr_ifpaddr(v, atype, ifptr, inp, inpmask, ifs) in fr_ifpaddr() argument
991 void *ifptr;
995 struct ifnet *ifp = ifptr;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1650 int fr_ifpaddr(v, atype, ifptr, inp, inpmask, ifs) in fr_ifpaddr() argument
1652 void *ifptr;
1681 phyif = (phy_if_t)ifptr;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c1117 struct interface *ifptr) in rtm_add() argument
1120 struct interface *ifp = ifptr; in rtm_add()