Searched refs:rt_socket (Results 1 – 5 of 5) sorted by relevance
| /f-stack/tools/compat/ |
| H A D | rtioctl.h | 35 int rt_socket(int domain, int type, int protocol);
|
| H A D | rtioctl.c | 38 rt_socket(int domain, int type, int protocol) in rt_socket() function
|
| /f-stack/tools/arp/ |
| H A D | arp.c | 92 #define socket(a, b, c) rt_socket((a), (b), (c))
|
| /f-stack/tools/ndp/ |
| H A D | ndp.c | 124 #define socket(a, b, c) rt_socket((a), (b), (c))
|
| /f-stack/tools/route/ |
| H A D | route.c | 84 #define socket(a, b, c) rt_socket((a), (b), (c))
|