Home
last modified time | relevance | path

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

/freebsd/sys/netlink/
H A Dnetlink_snl_route_parsers.h178 uint16_t ifi_type; member
216 {.off_in = _IN(ifi_type), .off_out = _OUT(ifi_type), .cb = snl_field_get_uint16 },
225 uint16_t ifi_type; member
238 {.off_in = _IN(ifi_type), .off_out = _OUT(ifi_type), .cb = snl_field_get_uint16 },
/freebsd/tools/tools/ifinfo/
H A Difinfo.c129 if (dolink && (pf = findlink(ifmd.ifmd_data.ifi_type))) { in main()
164 printf("\ttype: %s\n", iftype(ifmd->ifmd_data.ifi_type)); in printit()
/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.c275 .sdl_type = convert_iftype(link->ifi_type), in match_iface()
/freebsd/usr.sbin/arp/
H A Darp_netlink.c89 return (valid_type(link.ifi_type) != 0); in has_l2()
201 .sdl_type = link->ifi_type, in print_entry()
238 switch(link->ifi_type) { in print_entry()
/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.h72 unsigned short ifi_type; member
H A Diface.c304 ifinfo->ifi_type = if_gettype(ifp); in dump_iface()
380 if (ifm->__ifi_pad != 0 || ifm->ifi_type != 0 || in check_ifmsg()
393 { .off_in = _IN(ifi_type), .off_out = _OUT(ifi_type), .cb = nlf_get_u16 },
425 if (attrs->ifi_type != 0 && attrs->ifi_index != if_gettype(ifp)) in match_iface()
H A Dinterface.h39 unsigned short ifi_type; /* ARPHRD_* */ member
/freebsd/usr.sbin/rtadvd/
H A Drtadvd.h276 uint8_t ifi_type;
265 uint8_t ifi_type; global() member
H A Dif.c589 ifi->ifi_type = ifm->ifm_type; in update_ifinfo()
/freebsd/sys/compat/linux/
H A Dlinux_netlink.c365 switch (ifinfo->ifi_type) { in rtnl_newlink_to_linux()
367 ifinfo->ifi_type = LINUX_ARPHRD_ETHER; in rtnl_newlink_to_linux()
/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.c1687 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.c912 switch (ifp->mib.ifmd_data.ifi_type) { in check_llbcast()
/freebsd/tests/atf_python/sys/netlink/
H A Dnetlink_route.py754 hdr.ifi_type,
/freebsd/sbin/route/
H A Droute_netlink.c679 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()