Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsocket_wrapper.h41 int swrap_socket(int family, int type, int protocol);
129 #define socket(domain,type,protocol) swrap_socket(domain,type,protocol)
H A Dsocket_wrapper.c1212 _PUBLIC_ int swrap_socket(int family, int type, int protocol) in swrap_socket() function