Searched refs:rtioctl (Results 1 – 5 of 5) sorted by relevance
| /f-stack/tools/compat/ |
| H A D | rtioctl.h | 33 int rtioctl(char *data, unsigned len, unsigned read_len);
|
| H A D | rtioctl.c | 74 rtioctl(char *data, unsigned len, unsigned read_len) in rtioctl() function
|
| /f-stack/tools/arp/ |
| H A D | arp.c | 838 l = rtioctl((char *)&m_rtmsg, l, sizeof(m_rtmsg)); in rtmsg()
|
| /f-stack/tools/route/ |
| H A D | route.c | 88 #define write(a, b, c) rtioctl((b), (c), (0)) 1619 rlen = rtioctl((char *)&m_rtmsg, l, sizeof(m_rtmsg));
|
| /f-stack/tools/ndp/ |
| H A D | ndp.c | 987 l = rtioctl((char *)&m_rtmsg, l, sizeof(m_rtmsg)); in rtmsg()
|