pstype           2728 source3/include/proto.h bool cli_get_server_type(struct cli_state *cli, uint32 *pstype);
pstype           1644 source3/libsmb/clirap2.c bool cli_get_server_type(struct cli_state *cli, uint32 *pstype)
pstype           1676 source3/libsmb/clirap2.c 			GETDWORD(p,*pstype,endp);
pstype           1677 source3/libsmb/clirap2.c 			*pstype &= ~SV_TYPE_LOCAL_LIST_ONLY;