Searched refs:bound_socket (Results 1 – 9 of 9) sorted by relevance
28 int bound_socket(int domain, int type);
26 int bound_socket(int domain, int type) in bound_socket() function
47 sock = bound_socket(AF_INET, SOCK_DGRAM); in main()
47 sock = bound_socket(AF_INET, SOCK_STREAM); in main()
168 void evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound_socket);177 evutil_socket_t evhttp_bound_socket_get_fd(struct evhttp_bound_socket *bound_socket);
75 sock = bound_socket(AF_INET, SOCK_DGRAM); in main()
74 sock = bound_socket(AF_INET, SOCK_DGRAM); in main()
81 sock = bound_socket(AF_INET, SOCK_DGRAM); in main()
81 this->sock = bound_socket(this->domain, this->type); in main()