Searched refs:hkpd_sock_bind (Results 1 – 3 of 3) sorted by relevance
141 (sock4 = hkpd_sock_bind(host, port, 4)) < 0) { in main()145 (sock6 = hkpd_sock_bind(host, port, 6)) < 0) { in main()
36 int hkpd_sock_bind(const char */*hostname*/, const int /*port*/, const int /*family*/);
156 hkpd_sock_bind(const char *hostname, const int port, const int fam) in hkpd_sock_bind() function