Searched refs:ifptr (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sh/ |
H A D | xec.c | 463 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 D | func.c | 117 freetree(ifptr(t)->iftre); in freetree() 118 freetree(ifptr(t)->thtre); in freetree() 119 freetree(ifptr(t)->eltre); in freetree()
|
H A D | mode.h | 255 #define ifptr(x) ((struct ifnod *)x) macro
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ip_fil.c | 989 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 D | ip_fil_solaris.c | 1650 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 D | table.c | 1117 struct interface *ifptr) in rtm_add() argument 1120 struct interface *ifp = ifptr; in rtm_add()
|