Searched refs:GETIFP (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 301 # define GETIFP(n, v, ifs) (void *)get_unit(n, v, ifs) macro 472 # define GETIFP(n, v, ifs) get_unit(n, v, ifs) macro 627 # define GETIFP(n,v, ifs) ifunit(n) macro 705 # define GETIFP(n, v, ifs) ifunit(n) macro 1073 # define GETIFP(n, v, ifs) ifunit(n, IFNAMSIZ) macro 1193 # define GETIFP(n,v) dev_get_by_name(n) macro 1309 # define GETIFP(n, v) getifp(n, v) macro 1483 # define GETIFP(x, v, ifs) get_unit(x,v, ifs) macro 1632 # define GETIFP(n, v, ifs) ifunit(n) macro
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ip_fil.c | 494 fdp->fd_ifp = GETIFP(fdp->fd_ifname, v, ifs);
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 6983 fdp->fd_ifp = GETIFP(fdp->fd_ifname, v, ifs); 7029 nic = GETIFP(name, v, ifs);
|