Home
last modified time | relevance | path

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

/external/libnl/lib/route/link/
Dveth.c61 peer->l_arptype = ifi->ifi_type; in veth_parse()
125 ifi.ifi_type = peer->l_arptype; in veth_put_attrs()
/external/strace/tests-m32/
Dnlattr_ifla.h54 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
Dnlattr_ifinfomsg.c71 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
Dnetlink_route.c210 .ifi_type = ARPHRD_LOOPBACK, in test_rtnl_link()
/external/strace/tests/
Dnlattr_ifla.h54 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
Dnetlink_route.c210 .ifi_type = ARPHRD_LOOPBACK, in test_rtnl_link()
Dnlattr_ifinfomsg.c71 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
/external/strace/tests-mx32/
Dnlattr_ifla.h54 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
Dnetlink_route.c210 .ifi_type = ARPHRD_LOOPBACK, in test_rtnl_link()
Dnlattr_ifinfomsg.c71 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
/external/wpa_supplicant_8/src/drivers/
Dpriv_netlink.h97 unsigned short ifi_type; member
Dnetlink.c190 req.ifinfo.ifi_type = 0; in netlink_send_oper_ifla()
/external/iproute2/testsuite/tools/
Dgenerate_nlmsg.c39 ifi->ifi_type = ARPHRD_ETHER; in fill_vf_rate_test()
/external/iproute2/lib/
Dll_map.c128 im->type = ifi->ifi_type; in ll_remember_index()
/external/libnfnetlink/src/
Diftable.c87 this->type = ifi_msg->ifi_type; in iftable_add()
/external/toybox/toys/pending/
Dip.c831 char *lname = get_flag_string(hwtypes, iface->ifi_type, 0); in get_link_info()
834 link->iface_type = iface->ifi_type; in get_link_info()
848 if ( iface->ifi_type== ARPHRD_TUNNEL || in get_link_info()
849 iface->ifi_type == ARPHRD_SIT || in get_link_info()
850 iface->ifi_type == ARPHRD_IPGRE) in get_link_info()
855 if (iface->ifi_type== ARPHRD_TUNNEL || in get_link_info()
856 iface->ifi_type == ARPHRD_SIT || in get_link_info()
857 iface->ifi_type == ARPHRD_IPGRE) in get_link_info()
/external/libnl/include/linux-private/linux/
Drtnetlink.h426 unsigned short ifi_type; /* ARPHRD_* */ member
/external/iproute2/include/uapi/linux/
Drtnetlink.h494 unsigned short ifi_type; /* ARPHRD_* */ member
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h511 unsigned short ifi_type; /* ARPHRD_* */ member
/external/iproute2/ip/
Dipaddress.c1018 ifi->ifi_type, in print_linkinfo_brief()
1193 ll_type_n2a(ifi->ifi_type, b1, sizeof(b1))); in print_linkinfo()
1201 ifi->ifi_type, in print_linkinfo()
1218 ifi->ifi_type, in print_linkinfo()
/external/strace/
Drtnl_link.c907 PRINT_FIELD_XVAL_SORTED_SIZED("", ifinfo, ifi_type, in DECL_NETLINK_ROUTE_DECODER()
/external/syzkaller/sys/linux/
Dsocket_netlink_route.txt94 ifi_type const[0, int16]
/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c1043 pIfInfo->ifi_type, pIfInfo->ifi_index, pIfInfo->ifi_flags, pIfInfo->ifi_change); in PrintNetLinkMsg()
/external/libnl/lib/route/
Dlink.c503 link->l_arptype = ifi->ifi_type; in link_msg_parser()