choice             52 source3/smbd/negprot.c static void reply_corep(struct smb_request *req, uint16 choice)
choice             55 source3/smbd/negprot.c 	SSVAL(req->outbuf, smb_vwv0, choice);
choice             64 source3/smbd/negprot.c static void reply_coreplus(struct smb_request *req, uint16 choice)
choice             70 source3/smbd/negprot.c 	SSVAL(req->outbuf,smb_vwv0,choice);
choice             84 source3/smbd/negprot.c static void reply_lanman1(struct smb_request *req, uint16 choice)
choice             99 source3/smbd/negprot.c 	SSVAL(req->outbuf,smb_vwv0,choice);
choice            128 source3/smbd/negprot.c static void reply_lanman2(struct smb_request *req, uint16 choice)
choice            143 source3/smbd/negprot.c 	SSVAL(req->outbuf,smb_vwv0,choice);
choice            242 source3/smbd/negprot.c static void reply_nt1(struct smb_request *req, uint16 choice)
choice            328 source3/smbd/negprot.c 	SSVAL(req->outbuf,smb_vwv0,choice);
choice            481 source3/smbd/negprot.c 	void (*proto_reply_fn)(struct smb_request *req, uint16 choice);
choice            505 source3/smbd/negprot.c 	int choice= -1;
choice            661 source3/smbd/negprot.c 					choice = i;
choice            664 source3/smbd/negprot.c 		if(choice != -1)
choice            668 source3/smbd/negprot.c 	if(choice != -1) {
choice            671 source3/smbd/negprot.c 		supported_protocols[protocol].proto_reply_fn(req, choice);
choice            676 source3/smbd/negprot.c 		SSVAL(req->outbuf, smb_vwv0, choice);
choice            679 source3/smbd/negprot.c 	DEBUG( 5, ( "negprot index=%d\n", choice ) );
choice             71 source4/smb_server/smb/negprot.c static void reply_corep(struct smbsrv_request *req, uint16_t choice)
choice             75 source4/smb_server/smb/negprot.c 	SSVAL(req->out.vwv, VWV(0), choice);
choice             93 source4/smb_server/smb/negprot.c static void reply_coreplus(struct smbsrv_request *req, uint16_t choice)
choice            103 source4/smb_server/smb/negprot.c 	SSVAL(req->out.vwv, VWV(0), choice);
choice            124 source4/smb_server/smb/negprot.c static void reply_lanman1(struct smbsrv_request *req, uint16_t choice)
choice            146 source4/smb_server/smb/negprot.c 	SSVAL(req->out.vwv, VWV(0), choice);
choice            182 source4/smb_server/smb/negprot.c static void reply_lanman2(struct smbsrv_request *req, uint16_t choice)
choice            200 source4/smb_server/smb/negprot.c 	SSVAL(req->out.vwv, VWV(0), choice);
choice            248 source4/smb_server/smb/negprot.c static void reply_nt1(struct smbsrv_request *req, uint16_t choice)
choice            328 source4/smb_server/smb/negprot.c 	SSVAL(req->out.vwv, VWV(0), choice);
choice            441 source4/smb_server/smb/negprot.c static void reply_smb2(struct smbsrv_request *req, uint16_t choice)
choice            468 source4/smb_server/smb/negprot.c 	void (*proto_reply_fn)(struct smbsrv_request *req, uint16_t choice);