Home
last modified time | relevance | path

Searched refs:RTM_GETMDB (Results 1 – 25 of 31) sorted by relevance

12

/external/strace/xlat/
Dnl_route_types.h328 #if defined(RTM_GETMDB) || (defined(HAVE_DECL_RTM_GETMDB) && HAVE_DECL_RTM_GETMDB)
330 static_assert((RTM_GETMDB) == (86), "RTM_GETMDB != 86");
333 # define RTM_GETMDB 86
439 XLAT(RTM_GETMDB),
Dnl_route_types.in64 RTM_GETMDB 86
/external/iproute2/bridge/
Dmdb.c227 if (n->nlmsg_type != RTM_GETMDB && n->nlmsg_type != RTM_NEWMDB && n->nlmsg_type != RTM_DELMDB) { in print_mdb()
253 if (n->nlmsg_type == RTM_GETMDB) { in print_mdb()
322 if (rtnl_wilddump_request(&rth, PF_BRIDGE, RTM_GETMDB) < 0) { in mdb_show()
352 if (rtnl_wilddump_request(&rth, PF_BRIDGE, RTM_GETMDB) < 0) { in mdb_show()
/external/iproute2/include/uapi/linux/
Drtnetlink.h135 RTM_GETMDB = 86, enumerator
136 #define RTM_GETMDB RTM_GETMDB macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h135 RTM_GETMDB = 86, enumerator
136 #define RTM_GETMDB RTM_GETMDB macro
/external/strace/tests/
Dnlattr_br_port_msg.c44 .nlmsg_type = RTM_GETMDB, in init_br_port_msg()
Dnlattr_mdba_router_port.c58 .nlmsg_type = RTM_GETMDB, in init_br_port_msg()
Dnlattr_mdba_mdb_entry.c58 .nlmsg_type = RTM_GETMDB, in init_br_port_msg()
Dnetlink_route.c436 TEST_NL_ROUTE(fd, nlh0, RTM_GETMDB, msg, in test_rtnl_mdb()
/external/strace/tests-m32/
Dnlattr_br_port_msg.c44 .nlmsg_type = RTM_GETMDB, in init_br_port_msg()
Dnlattr_mdba_router_port.c58 .nlmsg_type = RTM_GETMDB, in init_br_port_msg()
Dnlattr_mdba_mdb_entry.c58 .nlmsg_type = RTM_GETMDB, in init_br_port_msg()
Dnetlink_route.c436 TEST_NL_ROUTE(fd, nlh0, RTM_GETMDB, msg, in test_rtnl_mdb()
/external/strace/tests-mx32/
Dnlattr_br_port_msg.c44 .nlmsg_type = RTM_GETMDB, in init_br_port_msg()
Dnlattr_mdba_router_port.c58 .nlmsg_type = RTM_GETMDB, in init_br_port_msg()
Dnlattr_mdba_mdb_entry.c58 .nlmsg_type = RTM_GETMDB, in init_br_port_msg()
Dnetlink_route.c436 TEST_NL_ROUTE(fd, nlh0, RTM_GETMDB, msg, in test_rtnl_mdb()
/external/strace/
Dnetlink_route.c115 [RTM_GETMDB - RTM_BASE] = decode_br_port_msg,
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1297 RTM_GETMDB = 0x56 const
Dzerrors_linux_mipsle.go1563 RTM_GETMDB = 0x56 const
Dzerrors_linux_s390x.go1623 RTM_GETMDB = 0x56 const
Dzerrors_linux_arm.go1569 RTM_GETMDB = 0x56 const
Dzerrors_linux_ppc64le.go1619 RTM_GETMDB = 0x56 const
Dzerrors_linux_mips64.go1563 RTM_GETMDB = 0x56 const
Dzerrors_linux_ppc64.go1619 RTM_GETMDB = 0x56 const

12