repl_send         715 source4/torture/nbt/winsreplication.c 	struct wrepl_packet update_packet, repl_send;
repl_send         755 source4/torture/nbt/winsreplication.c 	ZERO_STRUCT(repl_send);
repl_send         756 source4/torture/nbt/winsreplication.c 	repl_send.opcode			= WREPL_OPCODE_BITS;
repl_send         757 source4/torture/nbt/winsreplication.c 	repl_send.assoc_ctx			= assoc_ctx;
repl_send         758 source4/torture/nbt/winsreplication.c 	repl_send.mess_type			= WREPL_REPLICATION;
repl_send         759 source4/torture/nbt/winsreplication.c 	repl_send.message.replication.command	= WREPL_REPL_SEND_REPLY;
repl_send         760 source4/torture/nbt/winsreplication.c 	send_reply = &repl_send.message.replication.info.reply;
repl_send         768 source4/torture/nbt/winsreplication.c 			       &repl_send, &repl_recv);