Searched refs:phyif (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c393 phy_if_t phyif; local
419 for (phyif = net_phygetnext(nd, 0); phyif != 0;
420 phyif = net_phygetnext(nd, phyif)) {
421 if (net_getifname(nd, phyif, name, LIFNAMSIZ) != 0)
424 (void) net_getlifflags(nd, phyif, 0, &ifflags);
425 if ((ipnetif = ipnetif_getby_index(phyif, ips)) == NULL) {
426 ipnetif = ipnetif_create(name, phyif, ips, ifflags);
436 for (lif = net_lifgetnext(nd, phyif,
1392 uint64_t phyif = ipnetif->if_index; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1446 phy_if_t phyif; local
1467 phyif = (phy_if_t)ifptr;
1490 idx = net_lifgetnext(net_data, phyif, idx);
1491 if (net_getlifaddr(net_data, phyif, idx, 2, type,
1506 if (net_getlifaddr(net_data, phyif, 0, 2, type, array) < 0)
1790 fr_forwarding_enabled(phy_if_t phyif, net_handle_t ndp) argument
1794 for (lif = net_lifgetnext(ndp, phyif, 0); lif > 0;
1795 lif = net_lifgetnext(ndp, phyif, lif)) {
1799 res = net_getlifflags(ndp, phyif, lif, &flags);

Completed in 948 milliseconds