Home
last modified time | relevance | path

Searched refs:ifi_type (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_netlink.c367 switch (ifinfo->ifi_type) { in rtnl_newlink_to_linux()
371 ifinfo->ifi_type = LINUX_ARPHRD_ETHER; in rtnl_newlink_to_linux()
374 ifinfo->ifi_type = LINUX_ARPHRD_LOOPBACK; in rtnl_newlink_to_linux()
377 ifinfo->ifi_type = LINUX_ARPHRD_SIT; in rtnl_newlink_to_linux()
/freebsd/sbin/ifconfig/
H A Daf_link.c171 .sdl_type = convert_iftype(link->ifi_type), in link_status_nl()
184 if (convert_iftype(link->ifi_type) == IFT_ETHER) in link_status_nl()
H A Difconfig_netlink.c315 .sdl_type = convert_iftype(link->ifi_type), in match_iface()
/freebsd/tools/tools/ifinfo/
H A Difinfo.c132 if (dolink && (pf = findlink(ifmd.ifmd_data.ifi_type))) { in main()
208 printf("\ttype: %s\n", iftype(ifmd->ifmd_data.ifi_type)); in printit()
/freebsd/usr.sbin/arp/
H A Darp_netlink.c91 return (valid_type(link.ifi_type) != 0); in has_l2()
211 .sdl_type = link->ifi_type, in print_entry()
248 switch(link->ifi_type) { in print_entry()
/freebsd/sys/netlink/
H A Dnetlink_snl_route_parsers.h533 uint16_t ifi_type; member
583 {.off_in = _IN(ifi_type), .off_out = _OUT(ifi_type), .cb = snl_field_get_uint16 },
592 uint16_t ifi_type; member
605 {.off_in = _IN(ifi_type), .off_out = _OUT(ifi_type), .cb = snl_field_get_uint16 },
/freebsd/contrib/wpa/src/drivers/
H A Dpriv_netlink.h97 unsigned short ifi_type; member
H A Dnetlink.c192 req.ifinfo.ifi_type = 0; in netlink_send_oper_ifla()
/freebsd/sys/netlink/route/
H A Droute_var.h73 unsigned short ifi_type; member
H A Dinterface.h39 unsigned short ifi_type; /* IFT_* (net/if_types.h) */ member
H A Diface.c884 ifinfo->ifi_type = if_gettype(ifp); in dump_iface()
989 if (ifm->__ifi_pad != 0 || ifm->ifi_type != 0 || in check_ifmsg()
1002 { .off_in = _IN(ifi_type), .off_out = _OUT(ifi_type), .cb = nlf_get_u16 },
1036 if (attrs->ifi_type != 0 && attrs->ifi_type != if_gettype(ifp)) in match_iface()
/freebsd/usr.sbin/rtadvd/
H A Drtadvd.h272 uint8_t ifi_type; member
H A Dif.c589 ifi->ifi_type = ifm->ifm_type; in update_ifinfo()
/freebsd/usr.sbin/ndp/
H A Dndp_netlink.c101 return (valid_type(link.ifi_type) != 0); in has_l2()
229 .sdl_type = link->ifi_type, in print_entry()
/freebsd/sys/net/
H A Dif.h76 uint8_t ifi_type; /* ethernet, tokenring, etc */ member
H A Dif.c1614 ifd->ifi_type = ifp->if_type; in if_data_copy()
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_interfaces.c261 value->v.integer = ifp->mib.ifmd_data.ifi_type; in op_ifentry()
H A DmibII.c915 switch (ifp->mib.ifmd_data.ifi_type) { in check_llbcast()
/freebsd/tests/atf_python/sys/netlink/
H A Dnetlink_route.py876 hdr.ifi_type,
/freebsd/sbin/route/
H A Droute_netlink.c742 int if_type = link.ifi_type; in print_nlmsg_neigh()
/freebsd/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c671 ((struct sockaddr_ll *)*sap)->sll_hatype = ifim->ifi_type; in rk_getifaddrs()
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_if.c571 if (ifp->mib.ifmd_data.ifi_type != IFT_BRIDGE) in bridge_attach_newif()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c2932 if (mif->mib.ifmd_data.ifi_type != IFT_ETHER || in wlan_attach_newif()