Searched refs:supported_protocols (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dnegprot.c465 } supported_protocols[] = { variable in typeref:struct:__anon5884
591 for (protocol = 0; supported_protocols[protocol].proto_name; protocol++) {
594 if ((supported_protocols[protocol].protocol_level <= lp_maxprotocol()) &&
595 (supported_protocols[protocol].protocol_level >= lp_minprotocol()))
597 if (strequal(p,supported_protocols[protocol].proto_name))
608 fstrcpy(remote_proto,supported_protocols[protocol].short_name);
610 outsize = supported_protocols[protocol].proto_reply_fn(inbuf, outbuf);
611 DEBUG(3,("Selected protocol %s\n",supported_protocols[protocol].proto_name));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dauth.c18 static u32 supported_protocols[] = { variable
117 num = ARRAY_SIZE(supported_protocols);
121 ceph_encode_32(&p, supported_protocols[i]);

Completed in 60 milliseconds