Searched refs:handshake_accept_req (Results 1 – 2 of 2) sorted by relevance
37 struct handshake_accept_req { struct45 static inline struct handshake_accept_req *handshake_accept_req_alloc(void) in handshake_accept_req_alloc() argument47 return calloc(1, sizeof(struct handshake_accept_req)); in handshake_accept_req_alloc()49 void handshake_accept_req_free(struct handshake_accept_req *req);52 handshake_accept_req_set_handler_class(struct handshake_accept_req *req, in handshake_accept_req_set_handler_class()85 handshake_accept(struct ynl_sock *ys, struct handshake_accept_req *req);
139 void handshake_accept_req_free(struct handshake_accept_req *req) in handshake_accept_req_free()245 handshake_accept(struct ynl_sock *ys, struct handshake_accept_req *req) in handshake_accept()