Home
last modified time | relevance | path

Searched refs:__socket (Results 1 – 3 of 3) sorted by relevance

/socket/
A Dsocket.c25 __socket (int domain, int type, int protocol) in __socket() function
32 libc_hidden_def (__socket)
33 weak_alias (__socket, socket)
A Dopensock.c31 fd = __socket (AF_UNIX, type, 0); in __opensock()
34 fd = __socket (AF_INET, type, 0); in __opensock()
37 fd = __socket (AF_INET6, type, 0); in __opensock()
A DVersions42 __recv; __socket;

Completed in 3 milliseconds