Searched refs:pc_ctx (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | proto.c | 47 void *pc_ctx; member 155 conn->pc_ctx = ctx; in proto_common_setup() 186 error = conn->pc_proto->prt_connect_wait(conn->pc_ctx, timeout); in proto_connect_wait() 221 error = conn->pc_proto->prt_accept(conn->pc_ctx, &newconn->pc_ctx); in proto_accept() 243 error = conn->pc_proto->prt_send(conn->pc_ctx, data, size, -1); in proto_send() 261 error = conn->pc_proto->prt_recv(conn->pc_ctx, data, size, NULL); in proto_recv() 287 error = conn->pc_proto->prt_send(conn->pc_ctx, in proto_connection_send() 319 error = newconn->pc_proto->prt_wrap(fd, client, &newconn->pc_ctx); in proto_wrap() 346 error = conn->pc_proto->prt_recv(conn->pc_ctx, in proto_connection_recv() 367 return (conn->pc_proto->prt_descriptor(conn->pc_ctx)); in proto_descriptor() [all …]
|