/external/libnl/lib/route/link/ |
D | veth.c | 61 peer->l_arptype = ifi->ifi_type; in veth_parse() 125 ifi.ifi_type = peer->l_arptype; in veth_put_attrs()
|
/external/strace/tests-m32/ |
D | nlattr_ifla.h | 54 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
D | nlattr_ifinfomsg.c | 71 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
D | netlink_route.c | 210 .ifi_type = ARPHRD_LOOPBACK, in test_rtnl_link()
|
/external/strace/tests/ |
D | nlattr_ifla.h | 54 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
D | netlink_route.c | 210 .ifi_type = ARPHRD_LOOPBACK, in test_rtnl_link()
|
D | nlattr_ifinfomsg.c | 71 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
/external/strace/tests-mx32/ |
D | nlattr_ifla.h | 54 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
D | netlink_route.c | 210 .ifi_type = ARPHRD_LOOPBACK, in test_rtnl_link()
|
D | nlattr_ifinfomsg.c | 71 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
/external/wpa_supplicant_8/src/drivers/ |
D | priv_netlink.h | 97 unsigned short ifi_type; member
|
D | netlink.c | 190 req.ifinfo.ifi_type = 0; in netlink_send_oper_ifla()
|
/external/iproute2/testsuite/tools/ |
D | generate_nlmsg.c | 39 ifi->ifi_type = ARPHRD_ETHER; in fill_vf_rate_test()
|
/external/iproute2/lib/ |
D | ll_map.c | 128 im->type = ifi->ifi_type; in ll_remember_index()
|
/external/libnfnetlink/src/ |
D | iftable.c | 87 this->type = ifi_msg->ifi_type; in iftable_add()
|
/external/toybox/toys/pending/ |
D | ip.c | 831 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/ |
D | rtnetlink.h | 426 unsigned short ifi_type; /* ARPHRD_* */ member
|
/external/iproute2/include/uapi/linux/ |
D | rtnetlink.h | 494 unsigned short ifi_type; /* ARPHRD_* */ member
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 511 unsigned short ifi_type; /* ARPHRD_* */ member
|
/external/iproute2/ip/ |
D | ipaddress.c | 1018 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/ |
D | rtnl_link.c | 907 PRINT_FIELD_XVAL_SORTED_SIZED("", ifinfo, ifi_type, in DECL_NETLINK_ROUTE_DECODER()
|
/external/syzkaller/sys/linux/ |
D | socket_netlink_route.txt | 94 ifi_type const[0, int16]
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSPosix.c | 1043 pIfInfo->ifi_type, pIfInfo->ifi_index, pIfInfo->ifi_flags, pIfInfo->ifi_change); in PrintNetLinkMsg()
|
/external/libnl/lib/route/ |
D | link.c | 503 link->l_arptype = ifi->ifi_type; in link_msg_parser()
|