Home
last modified time | relevance | path

Searched refs:rtioctl (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/
H A Drtioctl.h33 int rtioctl(char *data, unsigned len, unsigned read_len);
H A Drtioctl.c74 rtioctl(char *data, unsigned len, unsigned read_len) in rtioctl() function
/f-stack/tools/arp/
H A Darp.c838 l = rtioctl((char *)&m_rtmsg, l, sizeof(m_rtmsg)); in rtmsg()
/f-stack/tools/route/
H A Droute.c88 #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 Dndp.c987 l = rtioctl((char *)&m_rtmsg, l, sizeof(m_rtmsg)); in rtmsg()