/freebsd/sys/netlink/ |
H A D | netlink_snl_route_parsers.h | 178 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 D | ifinfo.c | 129 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 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 | 275 .sdl_type = convert_iftype(link->ifi_type), in match_iface()
|
/freebsd/usr.sbin/arp/ |
H A D | arp_netlink.c | 89 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 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 | 72 unsigned short ifi_type; member
|
H A D | iface.c | 304 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 D | interface.h | 39 unsigned short ifi_type; /* ARPHRD_* */ member
|
/freebsd/usr.sbin/rtadvd/ |
H A D | rtadvd.h | 276 uint8_t ifi_type; 265 uint8_t ifi_type; global() member
|
H A D | if.c | 589 ifi->ifi_type = ifm->ifm_type; in update_ifinfo()
|
/freebsd/sys/compat/linux/ |
H A D | linux_netlink.c | 365 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 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 | 1687 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 | 912 switch (ifp->mib.ifmd_data.ifi_type) { in check_llbcast()
|
/freebsd/tests/atf_python/sys/netlink/ |
H A D | netlink_route.py | 754 hdr.ifi_type,
|
/freebsd/sbin/route/ |
H A D | route_netlink.c | 679 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()
|