proto_reply_fn    481 source3/smbd/negprot.c 	void (*proto_reply_fn)(struct smb_request *req, uint16 choice);
proto_reply_fn    671 source3/smbd/negprot.c 		supported_protocols[protocol].proto_reply_fn(req, choice);
proto_reply_fn    468 source4/smb_server/smb/negprot.c 	void (*proto_reply_fn)(struct smbsrv_request *req, uint16_t choice);
proto_reply_fn    534 source4/smb_server/smb/negprot.c 			supported_protocols[protocol].proto_reply_fn(req, i);