Home
last modified time | relevance | path

Searched refs:l_arptype (Results 1 – 4 of 4) sorted by relevance

/third_party/libnl/lib/route/link/
Dveth.c62 peer->l_arptype = ifi->ifi_type; in veth_parse()
126 ifi.ifi_type = peer->l_arptype; in veth_put_attrs()
/third_party/libnl/lib/route/
Dlink.c608 link->l_arptype = ifi->ifi_type; in link_msg_parser()
856 nl_llproto2str(link->l_arptype, buf, sizeof(buf))); in link_dump_line()
2159 link->l_arptype = arptype; in rtnl_link_set_arptype()
2174 return link->l_arptype; in rtnl_link_get_arptype()
Dtc.c477 return tc->tc_link->l_arptype; in rtnl_tc_get_linktype()
/third_party/libnl/include/netlink-private/
Dtypes.h197 uint32_t l_arptype; member