| /freebsd/sys/compat/linux/ |
| H A D | linux_netlink.c | 367 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 D | af_link.c | 171 .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 D | ifconfig_netlink.c | 315 .sdl_type = convert_iftype(link->ifi_type), in match_iface()
|
| /freebsd/tools/tools/ifinfo/ |
| H A D | ifinfo.c | 132 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 D | arp_netlink.c | 91 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 D | netlink_snl_route_parsers.h | 533 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 D | priv_netlink.h | 97 unsigned short ifi_type; member
|
| H A D | netlink.c | 192 req.ifinfo.ifi_type = 0; in netlink_send_oper_ifla()
|
| /freebsd/sys/netlink/route/ |
| H A D | route_var.h | 73 unsigned short ifi_type; member
|
| H A D | interface.h | 39 unsigned short ifi_type; /* IFT_* (net/if_types.h) */ member
|
| H A D | iface.c | 884 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 D | rtadvd.h | 272 uint8_t ifi_type; member
|
| H A D | if.c | 589 ifi->ifi_type = ifm->ifm_type; in update_ifinfo()
|
| /freebsd/usr.sbin/ndp/ |
| H A D | ndp_netlink.c | 101 return (valid_type(link.ifi_type) != 0); in has_l2() 229 .sdl_type = link->ifi_type, in print_entry()
|
| /freebsd/sys/net/ |
| H A D | if.h | 76 uint8_t ifi_type; /* ethernet, tokenring, etc */ member
|
| H A D | if.c | 1614 ifd->ifi_type = ifp->if_type; in if_data_copy()
|
| /freebsd/contrib/bsnmp/snmp_mibII/ |
| H A D | mibII_interfaces.c | 261 value->v.integer = ifp->mib.ifmd_data.ifi_type; in op_ifentry()
|
| H A D | mibII.c | 915 switch (ifp->mib.ifmd_data.ifi_type) { in check_llbcast()
|
| /freebsd/tests/atf_python/sys/netlink/ |
| H A D | netlink_route.py | 876 hdr.ifi_type,
|
| /freebsd/sbin/route/ |
| H A D | route_netlink.c | 742 int if_type = link.ifi_type; in print_nlmsg_neigh()
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | getifaddrs.c | 671 ((struct sockaddr_ll *)*sap)->sll_hatype = ifim->ifi_type; in rk_getifaddrs()
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/ |
| H A D | bridge_if.c | 571 if (ifp->mib.ifmd_data.ifi_type != IFT_BRIDGE) in bridge_attach_newif()
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | wlan_snmp.c | 2932 if (mif->mib.ifmd_data.ifi_type != IFT_ETHER || in wlan_attach_newif()
|