Home
last modified time | relevance | path

Searched refs:tst_rtnl_message (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/include/
Dtst_rtnetlink.h17 struct tst_rtnl_message { struct
32 void tst_rtnl_free_message(struct tst_rtnl_message *msg);
60 struct tst_rtnl_message *tst_rtnl_recv(const char *file, const int lineno,
104 struct tst_rtnl_context *ctx, struct tst_rtnl_message *response);
/third_party/ltp/lib/
Dtst_rtnetlink.c106 void tst_rtnl_free_message(struct tst_rtnl_message *msg) in tst_rtnl_free_message()
166 struct tst_rtnl_message *tst_rtnl_recv(const char *file, const int lineno, in tst_rtnl_recv()
170 struct tst_rtnl_message *ret; in tst_rtnl_recv()
218 retsize = (msgcount + 1) * sizeof(struct tst_rtnl_message); in tst_rtnl_recv()
363 struct tst_rtnl_context *ctx, struct tst_rtnl_message *res) in tst_rtnl_check_acks()
396 struct tst_rtnl_message *response; in tst_rtnl_send_validate()
/third_party/ltp/doc/
Dnetwork-c-api.txt301 struct tst_rtnl_message {
332 +struct tst_rtnl_message+ is a structure holding partially parsed rtnetlink
354 - +void RTNL_FREE_MESSAGE(struct tst_rtnl_message *msg)+ – Frees an array of
377 - +struct tst_rtnl_message *RTNL_RECV(struct tst_rtnl_context *ctx)+ – Receives
384 - +int RTNL_CHECK_ACKS(struct tst_rtnl_context *ctx, struct tst_rtnl_message