Searched defs:GETIFP (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 296 # define GETIFP(n, v, ifs) (void *)get_unit(n, v, ifs) macro 467 # define GETIFP(n, v, ifs) get_unit(n, v, ifs) macro 622 # define GETIFP(n,v, ifs) ifunit(n) macro 700 # define GETIFP(n, v, ifs) ifunit(n) macro 1068 # define GETIFP(n, v, ifs) ifunit(n, IFNAMSIZ) macro 1188 # define GETIFP(n,v) dev_get_by_name(n) macro 1304 # define GETIFP(n, v) getifp(n, v) macro 1478 # define GETIFP(x, v, ifs) get_unit(x,v, ifs) macro 1627 # define GETIFP(n, v, ifs) ifunit(n) macro
|