proto_name 479 source3/smbd/negprot.c const char *proto_name; proto_name 655 source3/smbd/negprot.c for (protocol = 0; supported_protocols[protocol].proto_name; protocol++) { proto_name 660 source3/smbd/negprot.c if (strequal(cliprotos[i],supported_protocols[protocol].proto_name)) proto_name 672 source3/smbd/negprot.c DEBUG(3,("Selected protocol %s\n",supported_protocols[protocol].proto_name)); proto_name 466 source4/smb_server/smb/negprot.c const char *proto_name; proto_name 523 source4/smb_server/smb/negprot.c for (protocol = 0; supported_protocols[protocol].proto_name; protocol++) { proto_name 532 source4/smb_server/smb/negprot.c if (strcmp(supported_protocols[protocol].proto_name, protos[i]) != 0) continue; proto_name 536 source4/smb_server/smb/negprot.c i, supported_protocols[protocol].proto_name));