Home
last modified time | relevance | path

Searched refs:IFT_IEEE1394 (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/net/
H A Dif_types.h188 IFT_IEEE1394 = 0x90, /* IEEE1394 High Performance SerialBus*/ enumerator
271 #define IFT_IEEE1394 IFT_IEEE1394 macro
H A Dif_fwsubr.c785 sdl->sdl_type = IFT_IEEE1394; in firewire_ifattach()
853 if_register_com_alloc(IFT_IEEE1394, in firewire_modevent()
857 if_deregister_com_alloc(IFT_IEEE1394); in firewire_modevent()
H A Dbpf_ifnet.c114 case IFT_IEEE1394: /* fwip(4) */ in bpf_ifnet_write()
/freebsd/usr.sbin/arp/
H A Darp.c286 case IFT_IEEE1394: in valid_type()
675 case IFT_IEEE1394: in print_entry()
H A Darp_netlink.c261 case IFT_IEEE1394: in print_entry()
/freebsd/sys/netinet6/
H A Din6_ifattach.c212 case IFT_IEEE1394: in in6_get_interface_hwaddr()
H A Dnd6_nbr.c1149 case IFT_IEEE1394: in nd6_ifptomac()
1567 case IFT_IEEE1394: in nd6_dad_duplicated()
H A Dnd6.c2589 case IFT_IEEE1394: in nd6_need_cache()
H A Din6.c2165 case IFT_IEEE1394: /* RFC3146 */ in in6_if2idlen()
/freebsd/sys/dev/firewire/
H A Dif_fwip.c155 ifp = fwip->fw_softc.fwip_ifp = if_alloc(IFT_IEEE1394); in fwip_attach()