Home
last modified time | relevance | path

Searched refs:fake_socket (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/ifconfig/
H A Difconfig.h48 int fake_socket(int domain, int type, int protocol);
51 #define socket(a, b, c) fake_socket((a), (b), (c))
H A Difconfig.c202 fake_socket(int domain, int type, int protocol) in fake_socket() function