Home
last modified time | relevance | path

Searched refs:RTA_OIF (Results 1 – 6 of 6) sorted by relevance

/freebsd/tests/sys/netlink/
H A Dtest_rtnl_route.py40 msg.add_nla(NlAttrU32(RtattrType.RTA_OIF, epair_ifindex))
61 msg.add_nla(NlAttrU32(RtattrType.RTA_OIF, tun_ifindex))
82 msg.add_nla(NlAttrU32(RtattrType.RTA_OIF, tun_ifindex))
H A Dnetlink_socket.c298 .rta_oif.nla_type = RTA_OIF, in ATF_TC_BODY()
/freebsd/sys/netlink/route/
H A Droute.h199 #define RTA_OIF NL_RTA_OIF macro
/freebsd/tests/atf_python/sys/netlink/
H A Dnetlink_route.py31 RTA_OIF = 4 variable in RtattrType
606 AttrDescr(RtattrType.RTA_OIF, NlAttrIfindex),
/freebsd/contrib/ofed/libibverbs/
H A Dneigh.c835 nla_put_u32(m, RTA_OIF, neigh_handler->oif); in process_get_neigh()
/freebsd/sbin/route/
H A Droute_netlink.c256 snl_add_msg_attr_u32(&nw, RTA_OIF, rta_oif); in rtmsg_nl_int()