Home
last modified time | relevance | path

Searched refs:sdl_type (Results 1 – 20 of 20) sorted by relevance

/f-stack/tools/ifconfig/
H A Daf_link.c77 if ((sdl->sdl_type == IFT_ETHER || sdl->sdl_type == IFT_L2VLAN || in link_status()
78 sdl->sdl_type == IFT_BRIDGE) && sdl->sdl_alen == ETHER_ADDR_LEN) { in link_status()
100 if ((sdl->sdl_type != IFT_ETHER && in link_status()
101 sdl->sdl_type != IFT_IEEE8023ADLAG) || in link_status()
H A Difconfig.c747 (sdl->sdl_type != IFT_ETHER && in main()
748 sdl->sdl_type != IFT_L2VLAN && in main()
749 sdl->sdl_type != IFT_BRIDGE) || in main()
/f-stack/tools/arp/
H A Darp.c452 !valid_type(sdl->sdl_type)) { in set()
456 sdl_m.sdl_type = sdl->sdl_type; in set()
533 valid_type(sdl->sdl_type) ) { in delete()
651 if ((sdl->sdl_type == IFT_ETHER || in print_entry()
652 sdl->sdl_type == IFT_L2VLAN || in print_entry()
653 sdl->sdl_type == IFT_BRIDGE) && in print_entry()
688 switch(sdl->sdl_type) { in print_entry()
/f-stack/tools/compat/include/net/
H A Dif_dl.h63 u_char sdl_type; /* interface type */ member
/f-stack/freebsd/net/
H A Dif_dl.h63 u_char sdl_type; /* interface type */ member
H A Dif_infiniband.c593 sdl->sdl_type = IFT_INFINIBAND; in infiniband_ifattach()
H A Difdi_if.m167 MPASS(sdl->sdl_type == IFT_ETHER);
H A Dif_fwsubr.c766 sdl->sdl_type = IFT_IEEE1394; in firewire_ifattach()
H A Dif_ethersubr.c992 sdl->sdl_type = IFT_ETHER; in ether_ifattach()
H A Dif_vlan.c1107 sdl->sdl_type = IFT_L2VLAN; in vlan_clone_create()
H A Dif.c923 sdl->sdl_type = ifp->if_type; in if_attach_internal()
2185 sdl->sdl_type = iftype; in link_init_sdl()
/f-stack/freebsd/net/route/
H A Dnhop.h67 u_char sdl_type; /* interface type */ member
H A Dnhop_ctl.c211 sdl->sdl_type = ifp->if_type; in fill_sdl_from_ifp()
/f-stack/tools/compat/include/net/route/
H A Dnhop.h67 u_char sdl_type; /* interface type */ member
/f-stack/tools/netstat/
H A Dif.c462 if (sdl->sdl_type != IFT_ETHER && in intpr()
463 sdl->sdl_type != IFT_FDDI) in intpr()
/f-stack/tools/ndp/
H A Dndp.c509 switch (sdl->sdl_type) { in set()
525 sdl_m.sdl_type = sdl->sdl_type; in set()
/f-stack/freebsd/netinet/
H A Din.c731 .sdl_type = ifa->ifa_ifp->if_type, in in_handle_prefix_route()
1645 sdl->sdl_type = ifp->if_type; in in_lltable_dump_entry()
/f-stack/freebsd/netinet6/
H A Din6.c1270 .sdl_type = ifa->ifa_ifp->if_type, in in6_handle_dstaddr_rtrequest()
2435 sdl->sdl_type = ifp->if_type; in in6_lltable_dump_entry()
H A Dnd6_rtr.c2038 .sdl_type = ifp->if_type, in nd6_prefix_rtrequest()
H A Dnd6.c194 gw.sdl_type = ifp->if_type; in nd6_lle_event()