Home
last modified time | relevance | path

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

/f-stack/tools/compat/
H A Drtioctl.h35 int rt_socket(int domain, int type, int protocol);
H A Drtioctl.c38 rt_socket(int domain, int type, int protocol) in rt_socket() function
/f-stack/tools/arp/
H A Darp.c92 #define socket(a, b, c) rt_socket((a), (b), (c))
/f-stack/tools/ndp/
H A Dndp.c124 #define socket(a, b, c) rt_socket((a), (b), (c))
/f-stack/tools/route/
H A Droute.c84 #define socket(a, b, c) rt_socket((a), (b), (c))