Home
last modified time | relevance | path

Searched refs:SIOCSIFMEDIA (Results 1 – 25 of 104) sorted by relevance

12345

/freebsd/sys/sys/
H A Dsockio.h92 #define SIOCSIFMEDIA _IOWR('i', 55, struct ifreq) /* set net media */ macro
/freebsd/sys/net/
H A Dif_media.c220 case SIOCSIFMEDIA: in ifmedia_ioctl()
H A Dif_epair.c443 case SIOCSIFMEDIA: in epair_ioctl()
/freebsd/sbin/ifconfig/
H A Difmedia.c185 if (ioctl_ctx_ifr(ctx, SIOCSIFMEDIA, &ifr) < 0) in setifmediacallback()
/freebsd/sys/dev/liquidio/
H A Dlio_ioctl.c138 case SIOCSIFMEDIA: in lio_ioctl()
139 lio_dev_dbg(lio->oct_dev, "ioctl: SIOCSIFMEDIA\n"); in lio_ioctl()
/freebsd/sys/dev/cxgbe/
H A Dt4_tracer.c471 case SIOCSIFMEDIA: in tracer_ioctl()
/freebsd/sys/dev/beri/virtio/network/
H A Dif_vtbe.c307 case SIOCSIFMEDIA: in vtbe_ioctl()
/freebsd/sbin/etherswitchcfg/
H A Difmedia.c238 if (ioctl(s, SIOCSIFMEDIA, (caddr_t)&ifr) < 0)
/freebsd/sys/dev/ntb/if_ntb/
H A Dif_ntb.c252 case SIOCSIFMEDIA: in ntb_ioctl()
/freebsd/sys/netgraph/
H A Dng_eiface.c179 case SIOCSIFMEDIA: in ng_eiface_ioctl()
/freebsd/sys/powerpc/pseries/
H A Dphyp_llan.c546 case SIOCSIFMEDIA: in llan_ioctl()
/freebsd/sys/dev/dwc/
H A Dif_dwc.c255 case SIOCSIFMEDIA: in dwc_ioctl()
/freebsd/sys/dev/usb/net/
H A Dusb_ethernet.c538 case SIOCSIFMEDIA: in uether_ioctl()
/freebsd/sys/dev/etherswitch/ip17x/
H A Dip17x.c508 return (ifmedia_ioctl(ifp, &p->es_ifr, ifm, SIOCSIFMEDIA)); in ip17x_setport()
/freebsd/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c407 err = ifmedia_ioctl(ifp, &p->es_ifr, ifm, SIOCSIFMEDIA); in ukswitch_setport()
/freebsd/sys/dev/axgbe/
H A Dif_axgbe.c156 case SIOCSIFMEDIA: in axgbe_ioctl()
/freebsd/sys/dev/dpaa/
H A Dif_dtsec.c455 case SIOCSIFMEDIA: in dtsec_if_ioctl()
/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch.c503 return (ifmedia_ioctl(ifp, &p->es_ifr, ifm, SIOCSIFMEDIA)); in mtkswitch_setport()
/freebsd/sys/dev/le/
H A Dlance.c560 case SIOCSIFMEDIA: in lance_ioctl()
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_main.c657 return (ifmedia_ioctl(ifp, &p->es_ifr, ifm, SIOCSIFMEDIA)); in ar40xx_setport()
/freebsd/sys/dev/gve/
H A Dgve_main.c272 case SIOCSIFMEDIA: in gve_ioctl()
/freebsd/contrib/libpcap/
H A Dpcap-bpf.c1710 if (ioctl(sock, SIOCSIFMEDIA, in check_setif_failure()
1713 "Can't restore interface flags (SIOCSIFMEDIA failed: %s).\n" in check_setif_failure()
3241 if (ioctl(sock, SIOCSIFMEDIA, &ifr) == -1) {
3243 PCAP_ERRBUF_SIZE, errno, "SIOCSIFMEDIA");
/freebsd/sys/dev/mge/
H A Dif_mge.c1542 case SIOCSIFMEDIA: in mge_ioctl()
1547 if (!sc->phy_attached && (command == SIOCSIFMEDIA)) in mge_ioctl()
/freebsd/sys/dev/etherswitch/infineon/
H A Dadm6996fc.c532 err = ifmedia_ioctl(ifp, &p->es_ifr, ifm, SIOCSIFMEDIA); in adm6996fc_setport()
/freebsd/sys/dev/xilinx/
H A Dif_xae.c620 case SIOCSIFMEDIA: in xae_ioctl()

12345