Searched refs:net_lifgetnext (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | neti.h | 291 extern lif_if_t net_lifgetnext(net_handle_t, phy_if_t, lif_if_t);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | neti_impl.c | 316 net_lifgetnext(net_handle_t info, phy_if_t ifidx, lif_if_t ifdata) in net_lifgetnext() function
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 1704 idx = net_lifgetnext(net_data, phyif, idx); 2006 for (lif = net_lifgetnext(ndp, phyif, 0); lif > 0; in fr_forwarding_enabled() 2007 lif = net_lifgetnext(ndp, phyif, lif)) { in fr_forwarding_enabled()
|
/illumos-gate/usr/src/uts/common/inet/ipnet/ |
H A D | ipnet.c | 437 for (lif = net_lifgetnext(nd, phyif, 0); lif != 0; in ipnet_populate_if() 438 lif = net_lifgetnext(nd, phyif, lif)) { in ipnet_populate_if()
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 397 net_lifgetnext.9f \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 912 file path=usr/share/man/man9f/net_lifgetnext.9f
|