Searched refs:ifi_type (Results 1 – 25 of 31) sorted by relevance
12
/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_xdp.c | 61 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
D | nlattr_ifla_port.c | 61 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
D | nlattr_ifla_brport.c | 58 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
D | nlattr_ifinfomsg.c | 70 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
D | netlink_route.c | 210 .ifi_type = ARPHRD_LOOPBACK, in test_rtnl_link()
|
/external/strace/tests-mx32/ |
D | nlattr_ifla_xdp.c | 61 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
D | nlattr_ifla_port.c | 61 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
D | nlattr_ifla_brport.c | 58 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
D | nlattr_ifinfomsg.c | 70 .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_xdp.c | 61 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
D | nlattr_ifla_port.c | 61 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
D | nlattr_ifla_brport.c | 58 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
D | nlattr_ifinfomsg.c | 70 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
D | netlink_route.c | 210 .ifi_type = ARPHRD_LOOPBACK, in test_rtnl_link()
|
/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/libpcap/Win32/Include/net/ |
D | if.h | 54 u_char ifi_type; /* ethernet, tokenring, etc */ member
|
/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/strace/ |
D | rtnl_link.c | 438 PRINT_FIELD_XVAL("", ifinfo, ifi_type, in DECL_NETLINK_ROUTE_DECODER()
|
12