Searched refs:ifnet (Results 26 - 35 of 35) sorted by relevance

12

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c931 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) {
996 for (ifp = ifnet; ifp; ifp = ifp->int_next) {
H A Ddefs.h314 * An "interface" is similar to a kernel ifnet structure, except it also
612 extern struct interface *ifnet; /* all interfaces */
H A Dtable.c2586 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) {
2603 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) {
2815 for (ifp = ifnet; ifp; ifp = ifp->int_next) {
2885 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) {
H A Dparms.c432 for (ifp = ifnet; NULL != ifp; ifp = ifp->int_next) {
H A Dtrace.c1094 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next)
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_log.c251 struct ifnet *ifp;
H A Dip_nat6.c85 extern struct ifnet vpnif;
2033 struct ifnet *ifp, *sifp;
2316 struct ifnet *ifp;
H A Dip_auth.c578 ifq = &((struct ifnet *)fra->fra_info.fin_ifp)->if_snd;
H A Dip_nat.c85 extern struct ifnet vpnif;
3873 struct ifnet *ifp, *sifp;
4199 struct ifnet *ifp;
H A Dfil.c2736 (fdp->fd_ifp != (struct ifnet *)-1)) {
5548 struct ifnet *ifp;

Completed in 120 milliseconds

12