Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/samples/
H A Dserver_basic.c96 host_bind(const char *host, const char *port) in host_bind() function
306 fd = host_bind(NULL, port); in main()
/freebsd/contrib/bearssl/tools/
H A Dserver.c52 host_bind(const char *host, const char *port, int verbose) in host_bind() function
1169 server_fd = host_bind(bind_name, port, verbose); in do_server()