Searched refs:ff_ipc_recv (Results 1 – 11 of 11) sorted by relevance
| /f-stack/tools/compat/ |
| H A D | ff_ipc.h | 41 int ff_ipc_recv(struct ff_msg **msg, enum FF_MSG_TYPE msg_type);
|
| H A D | rtioctl.c | 116 ret = ff_ipc_recv(&retmsg, msg->msg_type); in rtioctl()
|
| H A D | ff_ipc.c | 158 ff_ipc_recv(struct ff_msg **msg, enum FF_MSG_TYPE msg_type) in ff_ipc_recv() function
|
| H A D | ioctl.c | 142 ret = ff_ipc_recv(&retmsg, msg->msg_type); in ioctl_va()
|
| H A D | sysctl.c | 118 ret = ff_ipc_recv(&retmsg, msg->msg_type); in sysctl()
|
| /f-stack/tools/ipfw/ |
| H A D | compat.c | 87 ret = ff_ipc_recv(&retmsg, msg->msg_type); in ipfw_ctl()
|
| /f-stack/tools/knictl/ |
| H A D | knictl.c | 71 ret = ff_ipc_recv(&retmsg, msg->msg_type); in knictl_status()
|
| /f-stack/tools/top/ |
| H A D | top.c | 36 ret = ff_ipc_recv(&retmsg, msg->msg_type); in cpu_status()
|
| /f-stack/tools/traffic/ |
| H A D | traffic.c | 36 ret = ff_ipc_recv(&retmsg, msg->msg_type); in traffic_status()
|
| /f-stack/tools/libnetgraph/ |
| H A D | compat.c | 121 ret = ff_ipc_recv(&retmsg, msg->msg_type); in ngctl()
|
| /f-stack/tools/ |
| H A D | README.md | 371 ff_ipc_recv(retmsg, 0);
|