Lines Matching refs:ifindex
1183 uint_t ifindex;
1201 ifindex = 0;
1212 ifindex = ipif->ipif_ill->ill_phyint->phyint_ifindex;
1270 ifindex = *(uint_t *)i1;
1273 if (!ip_xmit_ifindex_valid(ifindex, zoneid, B_FALSE, ipst))
1327 ixa->ixa_multicast_ifindex = ifindex;
1451 ixa->ixa_ifindex = ifindex; /* Send */
1453 connp->conn_incoming_ifindex = ifindex; /* Receive */
1454 connp->conn_bound_if = ifindex; /* getsockopt */
1504 uint_t ifindex;
1521 ifindex = *(uint_t *)i1;
1523 if (!ip_xmit_ifindex_valid(ifindex, zoneid, B_TRUE, ipst) &&
1524 !ip_xmit_ifindex_valid(ifindex, zoneid, B_FALSE, ipst))
1542 ifindex = *(uint_t *)i1;
1544 if (!ip_xmit_ifindex_valid(ifindex, zoneid, B_TRUE, ipst))
1557 * Verify the source address and ifindex. Privileged users
1695 ixa->ixa_multicast_ifindex = ifindex;
1741 ixa->ixa_ifindex = ifindex; /* Send */
1743 connp->conn_incoming_ifindex = ifindex; /* Receive */
1744 connp->conn_bound_if = ifindex; /* getsockopt */
1823 /* Source and ifindex might have changed */