Searched defs:GETIFP (Results 1 – 1 of 1) sorted by relevance
/titanic_50/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
|