update_packet     715 source4/torture/nbt/winsreplication.c 	struct wrepl_packet update_packet, repl_send;
update_packet     735 source4/torture/nbt/winsreplication.c 	ZERO_STRUCT(update_packet);
update_packet     736 source4/torture/nbt/winsreplication.c 	update_packet.opcode			= WREPL_OPCODE_BITS;
update_packet     737 source4/torture/nbt/winsreplication.c 	update_packet.assoc_ctx			= assoc_ctx;
update_packet     738 source4/torture/nbt/winsreplication.c 	update_packet.mess_type			= WREPL_REPLICATION;
update_packet     739 source4/torture/nbt/winsreplication.c 	update_packet.message.replication.command	= WREPL_REPL_UPDATE;
update_packet     740 source4/torture/nbt/winsreplication.c 	update	= &update_packet.message.replication.info.table;
update_packet     749 source4/torture/nbt/winsreplication.c 			       &update_packet, &repl_recv);