Lines Matching refs:tap_socket
97 struct tap_socket;
151 struct tap_socket* s;
155 struct tap_socket {
164 /** data element, (arg for the tap_socket struct) */
256 static void tap_socket_delev(struct tap_socket* s)
266 static void tap_socket_close(struct tap_socket* s)
275 static void tap_socket_delete(struct tap_socket* s)
289 static struct tap_socket* tap_socket_new_local(char* socketpath,
292 struct tap_socket* s = calloc(1, sizeof(*s));
310 static struct tap_socket* tap_socket_new_tcpaccept(char* ip,
313 struct tap_socket* s = calloc(1, sizeof(*s));
331 static struct tap_socket* tap_socket_new_tlsaccept(char* ip,
335 struct tap_socket* s = calloc(1, sizeof(*s));
409 static int tap_socket_setup(struct tap_socket* s, struct ub_event_base* base)
442 struct tap_socket* s)
1148 struct tap_socket* tap_sock = (struct tap_socket*)arg;
1237 struct tap_socket* s;
1252 struct tap_socket* s;
1268 struct tap_socket* s;
1350 struct tap_socket* socket = calloc(1, sizeof(*socket));