Home
last modified time | relevance | path

Searched refs:sock_init (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/demos/bio/
H A Dsconnect.c48 sock_init(); in main()
/freebsd/contrib/libpcap/
H A Dsockutils.h132 int sock_init(char *errbuf, int errbuflen);
H A Dsockutils.c324 int sock_init(char *errbuf, int errbuflen) in sock_init() function
343 int sock_init(char *errbuf _U_, int errbuflen _U_) in sock_init() function
H A Dpcap-dos.c1000 rc = sock_init(); in init_watt32()
H A Dpcap-rpcap.c2306 if (sock_init(errbuf, PCAP_ERRBUF_SIZE) == -1) in rpcap_setup_session()
2948 if (sock_init(errbuf, PCAP_ERRBUF_SIZE) == -1) in pcap_remoteact_accept_ex()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_sock.c158 if (sock_init()) in BIO_sock_init()
/freebsd/contrib/libpcap/rpcapd/
H A Drpcapd.c341 if (sock_init(errbuf, PCAP_ERRBUF_SIZE) == -1) in main()