Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h39 int swrap_socket(int family, int type, int protocol);
127 #define socket(domain,type,protocol) swrap_socket(domain,type,protocol)
H A Dsocket_wrapper.c1210 _PUBLIC_ int swrap_socket(int family, int type, int protocol) in swrap_socket() function