req_packet 552 source4/libcli/wrepl/winsrepl.c struct wrepl_packet *req_packet, req_packet 555 source4/libcli/wrepl/winsrepl.c struct wrepl_request *req = wrepl_request_send(wrepl_socket, req_packet, NULL); req_packet 6685 source4/torture/nbt/winsreplication.c struct nbt_name_packet *req_packet, req_packet 9454 source4/torture/nbt/winsreplication.c struct nbt_name_packet *req_packet, req_packet 9462 source4/torture/nbt/winsreplication.c _NBT_ASSERT(req_packet->qdcount, 1); req_packet 9463 source4/torture/nbt/winsreplication.c _NBT_ASSERT(req_packet->questions[0].question_type, NBT_QTYPE_NETBIOS); req_packet 9464 source4/torture/nbt/winsreplication.c _NBT_ASSERT(req_packet->questions[0].question_class, NBT_QCLASS_IP); req_packet 9466 source4/torture/nbt/winsreplication.c name = &req_packet->questions[0].name; req_packet 9477 source4/torture/nbt/winsreplication.c rep_packet->name_trn_id = req_packet->name_trn_id; req_packet 9553 source4/torture/nbt/winsreplication.c struct nbt_name_packet *req_packet, req_packet 9561 source4/torture/nbt/winsreplication.c _NBT_ASSERT(req_packet->qdcount, 1); req_packet 9562 source4/torture/nbt/winsreplication.c _NBT_ASSERT(req_packet->questions[0].question_type, NBT_QTYPE_NETBIOS); req_packet 9563 source4/torture/nbt/winsreplication.c _NBT_ASSERT(req_packet->questions[0].question_class, NBT_QCLASS_IP); req_packet 9565 source4/torture/nbt/winsreplication.c name = &req_packet->questions[0].name; req_packet 9576 source4/torture/nbt/winsreplication.c rep_packet->name_trn_id = req_packet->name_trn_id; req_packet 9589 source4/torture/nbt/winsreplication.c rep_packet->answers[0].ttl = req_packet->additional[0].ttl; req_packet 9590 source4/torture/nbt/winsreplication.c rep_packet->answers[0].rdata = req_packet->additional[0].rdata; req_packet 9609 source4/torture/nbt/winsreplication.c struct nbt_name_packet *req_packet, req_packet 9617 source4/torture/nbt/winsreplication.c switch (req_packet->operation & NBT_OPCODE) { req_packet 9619 source4/torture/nbt/winsreplication.c test_conflict_owned_active_vs_replica_handler_query(nbtsock, req_packet, src); req_packet 9622 source4/torture/nbt/winsreplication.c test_conflict_owned_active_vs_replica_handler_release(nbtsock, req_packet, src); req_packet 36 source4/wrepl_server/wrepl_in_call.c struct wrepl_start *start = &call->req_packet.message.start; req_packet 39 source4/wrepl_server/wrepl_in_call.c if (call->req_packet.opcode & WREPL_OPCODE_BITS) { req_packet 43 source4/wrepl_server/wrepl_in_call.c if ((call->req_packet.assoc_ctx != call->wreplconn->assoc_ctx.our_ctx) req_packet 44 source4/wrepl_server/wrepl_in_call.c && (call->req_packet.assoc_ctx != 0)) { req_packet 106 source4/wrepl_server/wrepl_in_call.c if (call->req_packet.opcode & WREPL_OPCODE_BITS) { req_packet 110 source4/wrepl_server/wrepl_in_call.c if (call->req_packet.assoc_ctx != call->wreplconn->assoc_ctx.our_ctx) { req_packet 190 source4/wrepl_server/wrepl_in_call.c struct wrepl_wins_owner *owner_in = &call->req_packet.message.replication.info.owner; req_packet 341 source4/wrepl_server/wrepl_in_call.c struct wrepl_table *update_in = &call->req_packet.message.replication.info.table; req_packet 400 source4/wrepl_server/wrepl_in_call.c struct wrepl_table *inform_in = &call->req_packet.message.replication.info.table; req_packet 419 source4/wrepl_server/wrepl_in_call.c struct wrepl_replication *repl_in = &call->req_packet.message.replication; req_packet 425 source4/wrepl_server/wrepl_in_call.c if (call->req_packet.opcode & WREPL_OPCODE_BITS) { req_packet 429 source4/wrepl_server/wrepl_in_call.c if (call->req_packet.assoc_ctx != call->wreplconn->assoc_ctx.our_ctx) { req_packet 539 source4/wrepl_server/wrepl_in_call.c if (!(call->req_packet.opcode & WREPL_OPCODE_BITS) req_packet 544 source4/wrepl_server/wrepl_in_call.c switch (call->req_packet.mess_type) { req_packet 70 source4/wrepl_server/wrepl_in_connection.c &call->req_packet, req_packet 79 source4/wrepl_server/wrepl_in_connection.c NDR_PRINT_DEBUG(wrepl_packet, &call->req_packet); req_packet 840 source4/wrepl_server/wrepl_out_helpers.c struct wrepl_packet req_packet; req_packet 852 source4/wrepl_server/wrepl_out_helpers.c struct wrepl_packet *req = &state->req_packet; req_packet 853 source4/wrepl_server/wrepl_out_helpers.c struct wrepl_replication *repl_out = &state->req_packet.message.replication; req_packet 854 source4/wrepl_server/wrepl_out_helpers.c struct wrepl_table *table_out = &state->req_packet.message.replication.info.table; req_packet 938 source4/wrepl_server/wrepl_out_helpers.c struct wrepl_packet *req = &state->req_packet; req_packet 939 source4/wrepl_server/wrepl_out_helpers.c struct wrepl_replication *repl_out = &state->req_packet.message.replication; req_packet 940 source4/wrepl_server/wrepl_out_helpers.c struct wrepl_table *table_out = &state->req_packet.message.replication.info.table; req_packet 35 source4/wrepl_server/wrepl_server.h struct wrepl_packet req_packet;