Searched refs:net_lifgetnext (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dneti.h169 * "end of list" with net_lifgetnext. Changing ipif_id's to use the [1,MAX]
286 extern lif_if_t net_lifgetnext(net_handle_t, phy_if_t, lif_if_t);
/illumos-gate/usr/src/uts/common/io/
H A Dneti_impl.c316 net_lifgetnext(net_handle_t info, phy_if_t ifidx, lif_if_t ifdata) function
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1490 idx = net_lifgetnext(net_data, phyif, idx);
1794 for (lif = net_lifgetnext(ndp, phyif, 0); lif > 0;
1795 lif = net_lifgetnext(ndp, phyif, lif)) {
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c436 for (lif = net_lifgetnext(nd, phyif, 0); lif != 0;
437 lif = net_lifgetnext(nd, phyif, lif)) {
/illumos-gate/usr/src/man/man9f/
H A DMakefile378 net_lifgetnext.9f \

Completed in 83 milliseconds