/freebsd/tests/sys/net/routing/ |
H A D | test_routing_l3.py | 104 IFT_ETHER = 0x06 105 gw_link = SaHelper.link_sa(ifindex=tun_ifindex, iftype=IFT_ETHER)
|
/freebsd/sbin/ifconfig/ |
H A D | af_link.c | 132 if ((sdl->sdl_type != IFT_ETHER && in link_status() 184 if (convert_iftype(link->ifi_type) == IFT_ETHER) in link_status_nl()
|
/freebsd/usr.sbin/rtsold/ |
H A D | if.c | 262 case IFT_ETHER: in lladdropt_length() 278 case IFT_ETHER: in lladdropt_fill()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_addr.h | 181 if (if_gettype(dev) == IFT_ETHER && if_getpcp(dev) != IFNET_PCP_NONE) in rdma_vlan_dev_vlan_id() 372 if (if_gettype(dev) != IFT_ETHER || if_getpcp(dev) == IFNET_PCP_NONE) in rdma_vlan_dev_real_dev()
|
/freebsd/usr.sbin/arp/ |
H A D | arp.c | 285 case IFT_ETHER: in valid_type() 621 if ((sdl->sdl_type == IFT_ETHER || in print_entry() 661 case IFT_ETHER: in print_entry()
|
H A D | arp_netlink.c | 207 if ((sdl.sdl_type == IFT_ETHER || in print_entry() 239 case IFT_ETHER: in print_entry()
|
/freebsd/sys/net/ |
H A D | if_ethersubr.c | 1004 sdl->sdl_type = IFT_ETHER; in ether_ifattach() 1071 SYSCTL_NODE(_net_link, IFT_ETHER, ether, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, in ether_reassign() 1243 sdl = link_init_sdl(ifp, *llsa, IFT_ETHER); in ether_resolvemulti() 1265 sdl = link_init_sdl(ifp, *llsa, IFT_ETHER); in ether_resolvemulti() 1424 if (V_soft_pad && p->if_type == IFT_ETHER) { in ether_8021q_frame()
|
H A D | debugnet.h | 89 ((ifp)->if_debugnet_methods != NULL && (ifp)->if_type == IFT_ETHER)
|
H A D | if_edsc.c | 104 ifp = sc->sc_ifp = if_alloc(IFT_ETHER); in edsc_clone_create()
|
H A D | if_types.h | 50 IFT_ETHER = 0x6, /* Ethernet CSMA/CD */ enumerator
|
H A D | if_lagg.c | 524 if_type = IFT_ETHER; in lagg_clone_create() 533 if_type = IFT_ETHER; in lagg_clone_create() 558 case IFT_ETHER: in lagg_clone_create() 592 case IFT_ETHER: in lagg_clone_create() 640 case IFT_ETHER: in lagg_clone_destroy() 764 case IFT_ETHER: in lagg_port_create() 766 if (ifp->if_type != IFT_ETHER && ifp->if_type != IFT_L2VLAN) in lagg_port_create()
|
/freebsd/tools/tools/ifpifa/ |
H A D | ifpifa.c | 144 case IFT_ETHER: in main()
|
/freebsd/usr.sbin/wake/ |
H A D | wake.c | 124 if (sdl->sdl_type == IFT_ETHER) { in find_ether()
|
/freebsd/libexec/bootpd/ |
H A D | rtmsg.c | 149 case IFT_ETHER: case IFT_FDDI: case IFT_ISO88023: in bsd_arp_set()
|
H A D | getether.c | 148 ((struct sockaddr_dl *) &ifrp->ifr_addr)->sdl_type == IFT_ETHER) { in getether()
|
/freebsd/sys/dev/etherswitch/ar40xx/ |
H A D | ar40xx_phy.c | 202 sc->sc_phys.ifp[phy] = if_alloc(IFT_ETHER); in ar40xx_attach_phys()
|
/freebsd/tools/tools/ifinfo/ |
H A D | ifinfo.c | 287 case IFT_ETHER: in findlink()
|
/freebsd/sys/compat/linux/ |
H A D | linux.h | 365 #define IFP_IS_ETH(ifp) (if_gettype(ifp) == IFT_ETHER)
|
/freebsd/usr.sbin/rtadvd/ |
H A D | if.c | 117 case IFT_ETHER: in lladdropt_length() 134 case IFT_ETHER: in lladdropt_fill()
|
/freebsd/sys/netgraph/ |
H A D | ng_ether.c | 416 if (ifp->if_type != IFT_ETHER && in ng_ether_ifnet_arrival_event() 872 if (ifp->if_type == IFT_ETHER || in vnet_ng_ether_init()
|
/freebsd/tests/atf_python/sys/net/ |
H A D | vnet.py | 50 IFT_ETHER = 0x06 variable in VnetInterface 63 self.iftype = self.IFT_ETHER
|
/freebsd/usr.sbin/rarpd/ |
H A D | rarpd.c | 296 case IFT_ETHER: in init_one() 697 sizeof(struct sockaddr_dl), AF_LINK, 0, IFT_ETHER, 0, 6,
|
/freebsd/contrib/libpcap/ |
H A D | pcap-haiku.c | 282 case IFT_ETHER: in pcap_activate_haiku()
|
/freebsd/sys/dev/vnic/ |
H A D | thunder_mdio.c | 455 pd->ifp = if_alloc(IFT_ETHER); in thunder_mdio_phy_connect()
|
/freebsd/sys/netinet/ |
H A D | sctp_bsd_addr.c | 150 case IFT_ETHER: in sctp_is_desired_interface_type()
|